messages.affectedFoundMessages#ef8d3e6c pts:int pts_count:int offset:int messages:Vector<int> = messages.AffectedFoundMessages;
| Name | Type | Description |
|---|---|---|
| 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. |
| offset | int | How many records to skip from the start of the selection. |
| messages | Vector<int> | List of messages. |
messages.AffectedFoundMessages