923 B
923 B
title | description | image |
---|---|---|
updateNotifySettings | Changes in notification settings. | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateNotifySettings
Changes in notification settings.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
notify_peer | NotifyPeer | Yes | Notify peer |
notify_settings | PeerNotifySettings | Optional | New notification settings |
Type: Update
Example:
$updateNotifySettings = ['_' => 'updateNotifySettings', 'notify_peer' => NotifyPeer, 'notify_settings' => PeerNotifySettings];
Or, if you're into Lua:
updateNotifySettings={_='updateNotifySettings', notify_peer=NotifyPeer, notify_settings=PeerNotifySettings}