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.pollThe poll description.TdApi.UpdatePoll.pollNew data about the poll.Constructors in org.drinkless.tdlib with parameters of type TdApi.PollModifierConstructorDescriptionMessagePoll(TdApi.Poll poll) A message with a poll.UpdatePoll(TdApi.Poll poll) A poll was updated; for bots only.