MadelineProtoDocs/old_docs/API_docs_v41/constructors/inputPeerNotifySettings.md

1020 B

title description image
inputPeerNotifySettings Peer notify settings https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPeerNotifySettings

Back to constructors index

Peer notify settings

Attributes:

Name Type Required Description
mute_until int Yes Mute until
sound string Yes Sound
show_previews Bool Yes Show previews?
events_mask int Yes Events mask

Type: InputPeerNotifySettings

Example:

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

Or, if you're into Lua:

inputPeerNotifySettings={_='inputPeerNotifySettings', mute_until=int, sound='string', show_previews=Bool, events_mask=int}