pollAnswerVoters
A poll answer, and how users voted on it
type tg.PollAnswerVoters struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Chosen | bool | — | Whether we have chosen this answer |
Correct | bool | — | For quizzes, whether the option we have chosen is correct |
Option | []byte | yes | The param that has to be passed to messages.sendVote. |
Voters | int | — | How many users voted for this option |
RecentVoters | []PeerClass | — | RecentVoters field of PollAnswerVoters. |
References
- Official documentation
- Generated Go reference
- TL definition:
pollAnswerVoters#3645230a