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 class
A poll in quiz mode, which has exactly one correct answer option and can be answered only once.static final class
A regular poll.Fields in it.tdlight.jni declared as TdApi.PollTypeModifier and TypeFieldDescriptionTdApi.InputMessagePoll.type
Type of the poll.TdApi.Poll.type
Type 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.