PollAnswerVoters¶
-
class
pyrogram.raw.types.
PollAnswerVoters
¶ A poll answer, and how users voted on it.
Constructor type of
PollAnswerVoters
.- Details
Layer:
126
ID:
0x3b6ddad2
- Parameters
option (
bytes
) – The param that has to be passed to messages.sendVote.voters (
int
32-bit
) – How many users voted for this option.chosen (
bool
, optional) – Whether we have chosen this answer.correct (
bool
, optional) – For quizes, whether the option we have chosen is correct.