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 predefined correct answers.static classA regular poll.Fields in org.drinkless.tdlib declared as TdApi.PollTypeConstructors in org.drinkless.tdlib with parameters of type TdApi.PollTypeModifierConstructorDescriptionPoll(long id, TdApi.FormattedText question, TdApi.PollOption[] options, int totalVoterCount, TdApi.MessageSender[] recentVoterIds, boolean canGetVoters, boolean canSeeResults, boolean isAnonymous, boolean allowsMultipleAnswers, boolean allowsRevoting, boolean membersOnly, String[] countryCodes, int[] optionOrder, TdApi.PollType type, int openPeriod, int closeDate, boolean isClosed, TdApi.PollVoteRestrictionReason voteRestrictionReason) Describes a poll.