- API ›
- Constructors ›
- Poll
Poll
---types--- poll#966e2dbf id:long 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 subscribers_only:flags.11?true question:TextWithEntities answers:Vector<PollAnswer> close_period:flags.4?int close_date:flags.5?int countries_iso2:flags.12?Vector<string> hash:long = Poll
Belongs to
| Poll |
Parameters
| id | long | required |
| closed | true | optional |
| public_voters | true | optional |
| multiple_choice | true | optional |
| quiz | true | optional |
| open_answers | true | optional |
| revoting_disabled | true | optional |
| shuffle_answers | true | optional |
| hide_results_until_close | true | optional |
| creator | true | optional |
| subscribers_only | true | optional |
| question | TextWithEntities | required |
| answers | Vector<PollAnswer> | required |
| close_period | int | optional |
| close_date | int | optional |
| countries_iso2 | Vector<string> | optional |
| hash | long | required |