Module tdlight.api

Class TdApi.PollTypeQuiz

Enclosing class:
TdApi

public static final 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 Details

    • 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
      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

      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 - 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

      public PollTypeQuiz(DataInput input) throws IOException
      A poll in quiz mode, which has exactly one correct answer option and can be answered only once.
      Throws:
      IOException
  • Method Details