java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PollType
it.tdlight.jni.TdApi.PollTypeQuiz
- Enclosing class:
- TdApi
A poll in quiz mode, which has exactly
one correct answer option and can be
answered only once.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
0-based identifier of the correct answer option; -1 for a yet unanswered poll.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 Summary
ConstructorDescriptionA 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.PollTypeQuiz
(DataInput input) A poll in quiz mode, which has exactly one correct answer option and can be answered only once. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
correctOptionId
public int correctOptionId0-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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
PollTypeQuiz
public PollTypeQuiz()A poll in quiz mode, which has exactly one correct answer option and can be answered only once. -
PollTypeQuiz
A poll in quiz mode, which has exactly one correct answer option and can be answered only once.- Parameters:
correctOptionId
- int 0-based identifier of the correct answer option; -1 for a yet unanswered poll.explanation
- FormattedText 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.
-
PollTypeQuiz
A poll in quiz mode, which has exactly one correct answer option and can be answered only once.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-