poll#58747131 id:long flags:# closed:flags.0?true public_voters:flags.1?true multiple_choice:flags.2?true quiz:flags.3?true question:TextWithEntities answers:Vector<PollAnswer> close_period:flags.4?int close_date:flags.5?int = Poll;
Parameters
| Name | Type | Description |
| id |
long |
Identifier of the object — which object depends on the field's type. |
| flags |
# |
Bit mask: a field written flags.N?T is present only when bit N is set. |
| closed |
flags.0?true |
|
| public_voters |
flags.1?true |
|
| multiple_choice |
flags.2?true |
|
| quiz |
flags.3?true |
|
| question |
TextWithEntities |
|
| answers |
Vector<PollAnswer> |
|
| close_period |
flags.4?int |
|
| close_date |
flags.5?int |
|
Type
Poll
Related pages
Types used here