messages.discussionMessage#a6341782 flags:# messages:Vector<Message> max_id:flags.0?int read_inbox_max_id:flags.1?int read_outbox_max_id:flags.2?int unread_count:int chats:Vector<Chat> users:Vector<User> = messages.DiscussionMessage;
Parameters
| Name | Type | Description |
| flags |
# |
Bit mask: a field written flags.N?T is present only when bit N is set. |
| messages |
Vector<Message> |
List of messages. |
| max_id |
flags.0?int |
Upper bound on the identifier. |
| read_inbox_max_id |
flags.1?int |
|
| read_outbox_max_id |
flags.2?int |
|
| unread_count |
int |
|
| chats |
Vector<Chat> |
Chats and channels referenced by the response — the client should put them in its cache. |
| users |
Vector<User> |
Users referenced by the response — the client should put them in its cache. |
Type
messages.DiscussionMessage
Related pages
Types used here