Uses of Class
org.drinkless.tdlib.TdApi.PollType
Packages that use TdApi.PollType
-
Uses of TdApi.PollType in org.drinkless.tdlib
Subclasses of TdApi.PollType in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
A poll in quiz mode, which has exactly one correct answer option and can be answered only once.static class
A regular poll.Fields in org.drinkless.tdlib declared as TdApi.PollTypeModifier and TypeFieldDescriptionTdApi.InputMessagePoll.type
Type of the poll.TdApi.Poll.type
Type of the poll.Constructors in org.drinkless.tdlib with parameters of type TdApi.PollTypeModifierConstructorDescriptionInputMessagePoll
(TdApi.FormattedText question, TdApi.FormattedText[] options, boolean isAnonymous, TdApi.PollType type, int openPeriod, int closeDate, boolean isClosed) A message with a poll.Poll
(long id, TdApi.FormattedText question, TdApi.PollOption[] options, int totalVoterCount, TdApi.MessageSender[] recentVoterIds, boolean isAnonymous, TdApi.PollType type, int openPeriod, int closeDate, boolean isClosed) Describes a poll.