Uses of Class
org.drinkless.tdlib.TdApi.InputPollType
Packages that use TdApi.InputPollType
-
Uses of TdApi.InputPollType in org.drinkless.tdlib
Subclasses of TdApi.InputPollType 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.InputPollTypeConstructors in org.drinkless.tdlib with parameters of type TdApi.InputPollTypeModifierConstructorDescriptionInputMessagePoll(TdApi.FormattedText question, TdApi.InputPollOption[] options, TdApi.FormattedText description, TdApi.InputPollMedia media, boolean isAnonymous, boolean allowsMultipleAnswers, boolean allowsRevoting, boolean membersOnly, String[] countryCodes, boolean shuffleOptions, boolean hideResultsUntilCloses, TdApi.InputPollType type, int openPeriod, int closeDate, boolean isClosed) A message with a poll.