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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    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

    Constructors
    Constructor
    Description
    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.
    A poll in quiz mode, which has exactly one correct answer option and can be answered only once.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
    Returns an identifier uniquely determining type of the object.
    int
     
    void
    Serialize the TDLib class

    Methods inherited from class it.tdlight.jni.TdApi.Object

    serialize, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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
      Identifier uniquely determining type of the object.
      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 - 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.
    • 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.
      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object