Layer 220
constructor
updateNotifySettings#bec268ef peer:NotifyPeer notify_settings:PeerNotifySettings = Update;

Parameters

Name Type Description
Peer NotifyPeer Notification source
NotifySettings PeerNotifySettings New notification settings

Returns

Update

Gogram Example

// Creating UpdateNotifySettings constructor
obj := &tg.UpdateNotifySettings{
    Peer: &tg.NotifyPeer{},
    NotifySettings: &tg.PeerNotifySettings{},
}