MadelineProto/old_docs/API_docs_v45/constructors/inputPeerNotifySettings.md

739 B

title description
inputPeerNotifySettings inputPeerNotifySettings attributes, type and example

Constructor: inputPeerNotifySettings

Back to constructors index

Attributes:

Name Type Required
mute_until int Required
sound string Required
show_previews Bool Required
events_mask int Required

Type: InputPeerNotifySettings

Example:

$inputPeerNotifySettings = ['_' => 'inputPeerNotifySettings', 'mute_until' => int, 'sound' => string, 'show_previews' => Bool, 'events_mask' => int, ];