updateReadMessagesContents#f8227181 flags:# messages:Vector<int> pts:int pts_count:int date:flags.0?int = Update;
| Name | Type | Description |
|---|---|---|
| flags | # | Bit mask: a field written flags.N?T is present only when bit N is set. |
| 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. |
| date | flags.0?int | A point in time, unix seconds. |