telegram api constructor · layer 229 · #3645230a
pollAnswerVoters
A poll answer, and how users voted on it
definition
pollAnswerVoters#3645230a flags:# chosen:flags.0?true correct:flags.1?true option:bytes voters:flags.2?int recent_voters:flags.2?Vector<Peer> = PollAnswerVoters;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
chosen | true | Whether we have chosen this answer |
correct | true | For quizzes, whether the option we have chosen is correct |
option | bytes | The param that has to be passed to messages.sendVote. |
voters | int | How many users voted for this option |
recent_voters | Vector<Peer> |
type
history
present in layers 91–229 · constructor id changed 1×
| id | layers |
|---|---|
| #3b6ddad2 | 91–223 |
| #3645230a | 224–229 |