messages.votesList
How users voted in a poll
type tg.MessagesVotesList struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Count | int | yes | Total number of votes for all options (or only for the chosen option, if provided to messages.getPollVotes) |
Votes | []MessagePeerVoteClass | yes | Vote info for each user |
Chats | []ChatClass | yes | Mentioned chats |
Users | []UserClass | yes | Info about users that voted in the poll |
NextOffset | string | — | Offset to use with the next messages.getPollVotes request, empty string if no more results are available. |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
messages.votesList#4899484e