MadelineProto/docs/API_docs/constructors/peerNotifySettings.md
2016-12-19 20:56:05 +03:00

555 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 = ['_' => peerNotifySettings', 'show_previews' => true, 'silent' => true, 'mute_until' => int, 'sound' => string, ];