1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-11 23:59:38 +01:00
MadelineProto/docs/API_docs/constructors/inputPeerNotifySettings.md
2016-12-19 19:48:27 +03:00

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