Uses of Class
org.drinkless.tdlib.TdApi.Poll
-
Packages that use TdApi.Poll Package Description org.drinkless.tdlib -
-
Uses of TdApi.Poll in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.Poll Modifier and Type Field Description TdApi.PollTdApi.MessagePoll. pollThe poll description.TdApi.PollTdApi.UpdatePoll. pollNew data about the poll.Constructors in org.drinkless.tdlib with parameters of type TdApi.Poll Constructor Description MessagePoll(TdApi.Poll poll)A message with a poll.UpdatePoll(TdApi.Poll poll)A poll was updated; for bots only.
-