MadelineProto/docs/API_docs/constructors/peerNotifySettings.md

526 B

Constructor: peerNotifySettings

Attributes:

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

Type: PeerNotifySettings

Example:

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