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 classA poll in quiz mode, which has exactly one correct answer option and can be answered only once.static classA regular poll.Fields in org.drinkless.tdlib declared as TdApi.PollTypeModifier and TypeFieldDescriptionTdApi.InputMessagePoll.typeType of the poll.TdApi.Poll.typeType 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.