Uses of Class
org.drinkless.tdlib.TdApi.Poll
Packages that use TdApi.Poll
-
Uses of TdApi.Poll in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.PollModifier and TypeFieldDescriptionTdApi.MessagePoll.pollInformation about the poll.TdApi.UpdatePoll.pollNew data about the poll.Constructors in org.drinkless.tdlib with parameters of type TdApi.PollModifierConstructorDescriptionMessagePoll(TdApi.Poll poll, TdApi.FormattedText description, TdApi.PollMedia media, boolean canAddOption) A message with a poll.UpdatePoll(TdApi.Poll poll) A poll was updated; for bots only.