MadelineProto/old_docs/API_docs_v57/constructors/inputPeerNotifySettings.md

731 B

title description
inputPeerNotifySettings inputPeerNotifySettings attributes, type and example

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