|count|[int](../types/int.md) | Yes|Total number of votes for all options (or only for the chosen `option`, if provided to [messages.getPollVotes](../methods/messages.getPollVotes.md))|
|votes|Array of [MessageUserVote](../types/MessageUserVote.md) | Yes|Vote info for each user|
|users|Array of [User](../types/User.md) | Yes|Info about users that voted in the poll|
|next\_offset|[string](../types/string.md) | Optional|Offset to use with the next [messages.getPollVotes](../methods/messages.getPollVotes.md) request, empty string if no more results are available.|