Poll
---types---
poll#b8425be9 id:long flags:# closed:flags.0?true public_voters:flags.1?true multiple_choice:flags.2?true quiz:flags.3?true open_answers:flags.6?true revoting_disabled:flags.7?true shuffle_answers:flags.8?true hide_results_until_close:flags.9?true creator:flags.10?true question:TextWithEntities answers:Vector<PollAnswer> close_period:flags.4?int close_date:flags.5?date hash:long = Poll
Belongs to
This type can only be an instance of:
Members
| id | long | |
| question | TextWithEntities | |
| answers | PollAnswer | A list must be supplied. |
| hash | long | |
| closed | flag | This argument defaults to None and can be omitted. |
| public_voters | flag | This argument defaults to None and can be omitted. |
| multiple_choice | flag | This argument defaults to None and can be omitted. |
| quiz | flag | This argument defaults to None and can be omitted. |
| open_answers | flag | This argument defaults to None and can be omitted. |
| revoting_disabled | flag | This argument defaults to None and can be omitted. |
| shuffle_answers | flag | This argument defaults to None and can be omitted. |
| hide_results_until_close | flag | This argument defaults to None and can be omitted. |
| creator | flag | This argument defaults to None and can be omitted. |
| close_period | int | This argument defaults to None and can be omitted. |
| close_date | date | This argument defaults to None and can be omitted. |