Package org.drinkless.tdlib
Class TdApi.PollTypeQuiz
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PollType
-
- org.drinkless.tdlib.TdApi.PollTypeQuiz
-
- Enclosing class:
- TdApi
public static class TdApi.PollTypeQuiz extends TdApi.PollType
A poll in quiz mode, which has exactly one correct answer option and can be answered only once.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.intcorrectOptionId0-based identifier of the correct answer option; -1 for a yet unanswered poll.TdApi.FormattedTextexplanationText that is shown when the user chooses an incorrect answer or taps on the lamp icon; 0-200 characters with at most 2 line feeds; empty for a yet unanswered poll.
-
Constructor Summary
Constructors Constructor Description PollTypeQuiz()A poll in quiz mode, which has exactly one correct answer option and can be answered only once.PollTypeQuiz(int correctOptionId, TdApi.FormattedText explanation)A poll in quiz mode, which has exactly one correct answer option and can be answered only once.
-
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
-
correctOptionId
public int correctOptionId
0-based identifier of the correct answer option; -1 for a yet unanswered poll.
-
explanation
public TdApi.FormattedText explanation
Text that is shown when the user chooses an incorrect answer or taps on the lamp icon; 0-200 characters with at most 2 line feeds; empty for a yet unanswered poll.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PollTypeQuiz
public PollTypeQuiz()
A poll in quiz mode, which has exactly one correct answer option and can be answered only once.
-
PollTypeQuiz
public PollTypeQuiz(int correctOptionId, TdApi.FormattedText explanation)A poll in quiz mode, which has exactly one correct answer option and can be answered only once.- Parameters:
correctOptionId- 0-based identifier of the correct answer option; -1 for a yet unanswered poll.explanation- Text that is shown when the user chooses an incorrect answer or taps on the lamp icon; 0-200 characters with at most 2 line feeds; empty for a yet unanswered poll.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-