telegram api constructor · layer 229 · #4899484e
messages.votesList
How users voted in a poll
definition
messages.votesList#4899484e flags:# count:int votes:Vector<MessagePeerVote> chats:Vector<Chat> users:Vector<User> next_offset:flags.0?string = messages.VotesList;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
count | int | Total number of votes for all options (or only for the chosen option, if provided to messages.getPollVotes) |
votes | Vector<MessagePeerVote> | Vote info for each user |
chats | Vector<Chat> | Mentioned chats |
users | Vector<User> | Info about users that voted in the poll |
next_offset | string | Offset to use with the next messages.getPollVotes request, empty string if no more results are available. |
type
history
present in layers 109–229 · constructor id changed 1×
| id | layers |
|---|---|
| #0823f649 | 109–158 |
| #4899484e | 159–229 |