danog\MadelineProto\Settings\Peer
Author: Daniil Gentili daniil@daniil.it
Peer database settings.
Method list:
getFullInfoCacheTime(): int
setFullInfoCacheTime(int $fullInfoCacheTime): self
getFullFetch(): bool
setFullFetch(bool $fullFetch): self
getCacheAllPeersOnStartup(): bool
setCacheAllPeersOnStartup(bool $cacheAllPeersOnStartup): self
Methods:
getFullInfoCacheTime(): int
Get cache time for full peer information (seconds).
setFullInfoCacheTime(int $fullInfoCacheTime): self
Set cache time for full peer information (seconds).
Parameters:
$fullInfoCacheTime
:int
Cache time for full peer information (seconds).
getFullFetch(): bool
Get should madeline fetch the full member list of every group it meets?
setFullFetch(bool $fullFetch): self
Set should madeline fetch the full member list of every group it meets?
Parameters:
$fullFetch
:bool
Should madeline fetch the full member list of every group it meets?
getCacheAllPeersOnStartup(): bool
Get whether to cache all peers on startup for userbots.
setCacheAllPeersOnStartup(bool $cacheAllPeersOnStartup): self
Set whether to cache all peers on startup for userbots.
Parameters:
$cacheAllPeersOnStartup
:bool
Whether to cache all peers on startup for userbots.
Generated by danog/phpdoc