Description
This object represents update with a backend ID of the message. in return to sent message with a localID specified.
This update is returned if localId parameter was set in commands.
Structure
| Variable | Obligative | Type | Description |
|---|---|---|---|
| updateId | true | String | Uuid with backend ID of the update |
| localId | true | String | Service ID of the message |
| dialog | true | Peer | Recipient of a message |
| id | true | String | Uuid with backend ID of the message |
| type | true | String | “MessageIdAssigned” value must be filled |
Sample object
{
"updateId": "Uuid_value",
"localId": "54353",
"dialog": {
"id": "Uuid_value",
"type": "USER"
},
"id": "Uuid_value",
"type": "MessageIdAssigned"
}