messages.forumTopics

messages.forumTopics#367617d3 flags:# order_by_create_date:flags.0?true count:int topics:Vector<ForumTopic> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> pts:int = messages.ForumTopics;

Parameters

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
order_by_create_date flags.0?true
count int Total number of records, not the size of this page.
topics Vector<ForumTopic>
messages Vector<Message> List of messages.
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.
pts int Chat state counter: the client uses it to tell whether it missed any updates.

Type

messages.ForumTopics

Related pages

Types used here