Uses of Class
it.tdlight.jni.TdApi.PollType
-
Uses of TdApi.PollType in it.tdlight.jni
Modifier 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.Modifier and TypeFieldDescriptionTdApi.InputMessagePoll.type
Type of the poll.TdApi.Poll.type
Type of the poll.ModifierConstructorDescriptionInputMessagePoll
(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.