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

Parameters

Name Type Description
Id int Message ID, for which PUSH-notifications were canceled

Gogram Example

// Creating ReceivedNotifyMessageObj constructor
obj := &tg.ReceivedNotifyMessageObj{
    Id: 42,
}