Layer 220
constructor
receivedNotifyMessage#a384b779 id:int flags:int = ReceivedNotifyMessage;

Parameters

Name Type Description
Id int Message ID, for which PUSH-notifications were canceled
Flags int Reserved for future use

Gogram Example

// Creating ReceivedNotifyMessage constructor
obj := &tg.ReceivedNotifyMessage{
    Id: 0,
}