messages.channelMessages

messages.channelMessages#c776ba4e flags:# inexact:flags.1?true pts:int count:int offset_id_offset:flags.2?int 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
pts int Chat state counter: the client uses it to tell whether it missed any updates.
count int Total number of records, not the size of this page.
offset_id_offset flags.2?int
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