PollResults
---types---
pollResults#ba7bb15e flags:# min:flags.0?true has_unread_votes:flags.6?true results:flags.1?Vector<PollAnswerVoters> total_voters:flags.2?int recent_voters:flags.3?Vector<Peer> solution:flags.4?string solution_entities:flags.4?Vector<MessageEntity> solution_media:flags.5?MessageMedia = PollResults
Belongs to
This type can only be an instance of:
Members
| min | flag | This argument defaults to None and can be omitted. |
| has_unread_votes | flag | This argument defaults to None and can be omitted. |
| results | PollAnswerVoters | This argument defaults to None and can be omitted. Otherwise, a list must be supplied. |
| total_voters | int | This argument defaults to None and can be omitted. |
| recent_voters | Peer | This argument defaults to None and can be omitted. Otherwise, a list must be supplied. |
| solution | string | This argument defaults to None and can be omitted. |
| solution_entities | MessageEntity | This argument defaults to None and can be omitted. Otherwise, a list must be supplied. |
| solution_media | MessageMedia | This argument defaults to None and can be omitted. |