Constructor: updateNotifySettings
Changes in notification settings.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | NotifyPeer | Yes | Notification source |
notify_settings | PeerNotifySettings | Yes | New notification settings |
Type: Update
Example:
$updateNotifySettings = ['_' => 'updateNotifySettings', 'peer' => NotifyPeer, 'notify_settings' => PeerNotifySettings];