updateDeleteChannelMessages#c32d5b12 channel_id:long messages:Vector<int> pts:int pts_count:int = Update;
| Name | Type | Description |
|---|---|---|
| channel_id | long | Identifier of a channel or supergroup. |
| messages | Vector<int> | List of messages. |
| pts | int | Chat state counter: the client uses it to tell whether it missed any updates. |
| pts_count | int | How much pts grew because of this event. |