Layer 220
UpdateMessageId
Sent message with random_id client identifier was assigned an identifier.
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
UpdateGogram Example
// Creating UpdateMessageId constructor obj := &tg.UpdateMessageId{ Id: 0, RandomId: int64(0), }