danog\MadelineProto\Settings\Peer
Author: Daniil Gentili daniil@daniil.it
Peer database settings.
Method list:
getFullInfoCacheTime(): intsetFullInfoCacheTime(int $fullInfoCacheTime): selfgetFullFetch(): boolsetFullFetch(bool $fullFetch): selfgetCacheAllPeersOnStartup(): boolsetCacheAllPeersOnStartup(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:intCache 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:boolShould 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:boolWhether to cache all peers on startup for userbots.
Generated by danog/phpdoc