Uses of Class
org.drinkless.tdlib.TdApi.PollType
-
Packages that use TdApi.PollType Package Description org.drinkless.tdlib -
-
Uses of TdApi.PollType in org.drinkless.tdlib
Subclasses of TdApi.PollType in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.PollTypeQuizA poll in quiz mode, which has exactly one correct answer option and can be answered only once.static classTdApi.PollTypeRegularA regular poll.Fields in org.drinkless.tdlib declared as TdApi.PollType Modifier and Type Field Description TdApi.PollTypeTdApi.InputMessagePoll. typeType of the poll.TdApi.PollTypeTdApi.Poll. typeType of the poll.Constructors in org.drinkless.tdlib with parameters of type TdApi.PollType Constructor Description InputMessagePoll(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.
-