messages.votesList

messages.votesList#4899484e flags:# count:int votes:Vector<MessagePeerVote> chats:Vector<Chat> users:Vector<User> next_offset:flags.0?string = messages.VotesList;

Parameters

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
count int Total number of records, not the size of this page.
votes Vector<MessagePeerVote>
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.
next_offset flags.0?string Offset for the next page — pass it back on the next call.

Type

messages.VotesList

Related pages

Types used here