Skip to main content

messages.votesList

How users voted in a poll

type tg.MessagesVotesList struct { /* ... */ }

Fields

NameTypeRequiredDescription
CountintyesTotal number of votes for all options (or only for the chosen option, if provided to messages.getPollVotes)
Votes[]MessagePeerVoteClassyesVote info for each user
Chats[]ChatClassyesMentioned chats
Users[]UserClassyesInfo about users that voted in the poll
NextOffsetstringOffset to use with the next messages.getPollVotes request, empty string if no more results are available.

Returned by

References