MadelineProtoDocs/docs/API_docs/constructors/inputPeerNotifySettings.md

1.0 KiB

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
show_previews Bool Optional Show previews?
silent Bool Optional Silent?
mute_until int Optional Mute until
sound string Optional Sound

Type: InputPeerNotifySettings

Example:

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

Or, if you're into Lua:

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