PollResults
- class pyrogram.raw.types.PollResults
Results of poll
Constructor of
PollResults
.- Details:
Layer:
194
ID:
7ADF2420
- Parameters:
min (
bool
, optional) – Similar to min objects, used for poll constructors that are the same for all users so they don’t have the option chosen by the current user (you can use messages.getPollResults to get the full poll results).results (List of
PollAnswerVoters
, optional) – Poll resultstotal_voters (
int
32-bit
, optional) – Total number of people that voted in the pollrecent_voters (List of
Peer
, optional) – IDs of the last users that recently voted in the pollsolution (
str
, optional) – Explanation of quiz solutionsolution_entities (List of
MessageEntity
, optional) – Message entities for styled text in quiz solution