Module tdlight.api

Class TdApi.PollTypeRegular

Enclosing class:
TdApi

public static final 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:
  • 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
      A regular poll.
      Throws:
      IOException
  • Method Details