public static class TdApi.PollTypeRegular extends TdApi.PollType
| Modifier and Type | Field and Description |
|---|---|
boolean |
allowMultipleAnswers
True, if multiple answer options can be chosen simultaneously.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
PollTypeRegular()
A regular poll.
|
PollTypeRegular(boolean allowMultipleAnswers)
A regular poll.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean allowMultipleAnswers
public static final int CONSTRUCTOR
public PollTypeRegular()
public PollTypeRegular(boolean allowMultipleAnswers)
allowMultipleAnswers - True, if multiple answer options can be chosen simultaneously.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object