messages.messagesSlice

messages.messagesSlice#5f206716 flags:# inexact:flags.1?true count:int next_rate:flags.0?int offset_id_offset:flags.2?int search_flood:flags.3?SearchPostsFlood messages:Vector<Message> topics:Vector<ForumTopic> chats:Vector<Chat> users:Vector<User> = messages.Messages;

Parameters

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
inexact flags.1?true
count int Total number of records, not the size of this page.
next_rate flags.0?int
offset_id_offset flags.2?int
search_flood flags.3?SearchPostsFlood
messages Vector<Message> List of messages.
topics Vector<ForumTopic>
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.Messages

Related pages

Types used here