Uses of Class
it.tdlight.jni.TdApi.PollType
-
Uses of TdApi.PollType in it.tdlight.jni
Subclasses of TdApi.PollType in it.tdlight.jniModifier and TypeClassDescriptionstatic final classA poll in quiz mode, which has exactly one correct answer option and can be answered only once.static final classA regular poll.Fields in it.tdlight.jni declared as TdApi.PollTypeModifier and TypeFieldDescriptionTdApi.InputMessagePoll.typeType of the poll.TdApi.Poll.typeType of the poll.Constructors in it.tdlight.jni with parameters of type TdApi.PollTypeModifierConstructorDescriptionInputMessagePoll(String question, String[] options, boolean isAnonymous, TdApi.PollType type, int openPeriod, int closeDate, boolean isClosed) A message with a poll.Poll(long id, String question, TdApi.PollOption[] options, int totalVoterCount, long[] recentVoterUserIds, boolean isAnonymous, TdApi.PollType type, int openPeriod, int closeDate, boolean isClosed) Describes a poll.