Package org.drinkless.tdlib
Class TdApi.PollTypeRegular
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PollType
-
- org.drinkless.tdlib.TdApi.PollTypeRegular
-
- Enclosing class:
- TdApi
public static class TdApi.PollTypeRegular extends TdApi.PollType
A regular poll.
-
-
Field Summary
Fields Modifier and Type Field Description booleanallowMultipleAnswersTrue, if multiple answer options can be chosen simultaneously.static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor Description PollTypeRegular()A regular poll.PollTypeRegular(boolean allowMultipleAnswers)A regular poll.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
allowMultipleAnswers
public boolean allowMultipleAnswers
True, if multiple answer options can be chosen simultaneously.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-