Layer 220
UpdateNotifySettings
Changes in notification settings.
constructor
updateNotifySettings#bec268ef peer:NotifyPeer notify_settings:PeerNotifySettings = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| Peer | NotifyPeer | Notification source |
| NotifySettings | PeerNotifySettings | New notification settings |
Returns
UpdateGogram Example
// Creating UpdateNotifySettings constructor obj := &tg.UpdateNotifySettings{ Peer: &tg.NotifyPeer{}, NotifySettings: &tg.PeerNotifySettings{}, }