Layer 220
constructor
updateMessageID#4e90bfd6 id:int random_id:long = Update;

Parameters

Name Type Description
Id int id identifier of a respective Message
RandomId long Previously transferred client random_id identifier

Returns

Update

Gogram Example

// Creating UpdateMessageId constructor
obj := &tg.UpdateMessageId{
    Id: 0,
    RandomId: int64(0),
}