public static class TdApi.PollTypeRegular extends TdApi.PollType
TdApi.PollType.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.PollType