MadelineProto/docs/API_docs/constructors/inputPeerNotifySettings.md

546 B

Constructor: inputPeerNotifySettings

Attributes:

Name Type Required
show_previews Bool Optional
silent Bool Optional
mute_until int Required
sound string Required

Type: InputPeerNotifySettings

Example:

$inputPeerNotifySettings = ['show_previews' => Bool, 'silent' => Bool, 'mute_until' => int, 'sound' => string, ];