MadelineProto/docs/API_docs/constructors/inputPeerNotifySettings.md
2016-12-20 13:15:22 +01:00

660 B

title
inputPeerNotifySettings

Constructor: inputPeerNotifySettings

Back to constructors index

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, ];