danog\MadelineProto\Settings\Database\Memory
Author: Daniil Gentili daniil@daniil.it
Memory backend settings.
Method list:
getOrmSettings(): \danog\AsyncOrm\SettingsgetEnableFileReferenceDb(): boolsetEnableFileReferenceDb(bool $enableFileReferenceDb): staticgetEnableMinDb(): boolsetEnableMinDb(bool $enableMinDb): staticgetEnableUsernameDb(): boolsetEnableUsernameDb(bool $enableUsernameDb): staticgetEnableFullPeerDb(): boolsetEnableFullPeerDb(bool $enableFullPeerDb): staticgetEnablePeerInfoDb(): boolsetEnablePeerInfoDb(bool $enablePeerInfoDb): static
Methods:
getOrmSettings(): \danog\AsyncOrm\Settings
See also:
\danog\AsyncOrm\Settings
getEnableFileReferenceDb(): bool
Get whether to enable the file reference database. If disabled, will break file downloads.
setEnableFileReferenceDb(bool $enableFileReferenceDb): static
Set whether to enable the file reference database. If disabled, will break file downloads.
Parameters:
$enableFileReferenceDb:boolWhether to enable the file reference database. If disabled, will break file downloads.
getEnableMinDb(): bool
Get whether to enable the min database. If disabled, will break sendMessage (and other methods) in certain conditions.
setEnableMinDb(bool $enableMinDb): static
Set whether to enable the min database. If disabled, will break sendMessage (and other methods) in certain conditions.
Parameters:
$enableMinDb:boolWhether to enable the min database. If disabled, will break sendMessage (and other methods) in certain conditions.
getEnableUsernameDb(): bool
Get whether to enable the username database. If disabled, will break sendMessage (and other methods) with usernames.
setEnableUsernameDb(bool $enableUsernameDb): static
Set whether to enable the username database. If disabled, will break sendMessage (and other methods) with usernames.
Parameters:
$enableUsernameDb:boolWhether to enable the username database. If disabled, will break sendMessage (and other methods) with usernames.
getEnableFullPeerDb(): bool
Get whether to enable the full peer info database. If disabled, will break getFullInfo.
setEnableFullPeerDb(bool $enableFullPeerDb): static
Set whether to enable the full peer info database. If disabled, will break getFullInfo.
Parameters:
$enableFullPeerDb:boolWhether to enable the full peer info database. If disabled, will break getFullInfo.
getEnablePeerInfoDb(): bool
Get whether to enable the peer info database. If disabled, will break getInfo.
setEnablePeerInfoDb(bool $enablePeerInfoDb): static
Set whether to enable the peer info database. If disabled, will break getInfo.
Parameters:
$enablePeerInfoDb:boolWhether to enable the peer info database. If disabled, will break getInfo.
Generated by danog/phpdoc