MadelineProtoDocs/old_docs/API_docs_v102/constructors/updateNotifySettings.md
2019-06-24 15:45:02 +02:00

857 B

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

Constructor: updateNotifySettings

Back to constructors index

Update notify settings

Attributes:

Name Type Required Description
peer NotifyPeer Yes Peer
notify_settings PeerNotifySettings Yes Notify settings

Type: Update

Example:

$updateNotifySettings = ['_' => 'updateNotifySettings', 'peer' => NotifyPeer, 'notify_settings' => PeerNotifySettings];

Or, if you're into Lua:

updateNotifySettings={_='updateNotifySettings', peer=NotifyPeer, notify_settings=PeerNotifySettings}