Class TdApi.PollTypeRegular

  • Enclosing class:
    TdApi

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

      • allowMultipleAnswers

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PollTypeRegular

        public PollTypeRegular()
        A regular poll.
      • PollTypeRegular

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