Class TdApi.PollTypeRegular

Enclosing class:
TdApi

public static class TdApi.PollTypeRegular
extends TdApi.PollType
A regular poll.
  • Field Details

    • allowMultipleAnswers

      public boolean allowMultipleAnswers
      True, if multiple answer options can be chosen simultaneously.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • PollTypeRegular

      public PollTypeRegular()
      A regular poll.
    • PollTypeRegular

      public PollTypeRegular​(boolean allowMultipleAnswers)
      A regular poll.
      Parameters:
      allowMultipleAnswers - boolean True, if multiple answer options can be chosen simultaneously.
    • PollTypeRegular

      public PollTypeRegular​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details