Uses of Class
org.drinkless.tdlib.TdApi.PollMedia
Packages that use TdApi.PollMedia
-
Uses of TdApi.PollMedia in org.drinkless.tdlib
Subclasses of TdApi.PollMedia in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classAn animation.static classAn audio.static classA document (general file).static classA link.static classA location.static classA photo.static classA sticker.static classA venue.static classA video.Fields in org.drinkless.tdlib declared as TdApi.PollMediaModifier and TypeFieldDescriptionTdApi.PollTypeQuiz.explanationMediaMedia that is shown when the user chooses an incorrect answer or taps on the lamp icon; may be null if none or the poll is unanswered yet.TdApi.MessagePoll.mediaMedia attached to the poll; may be null if none.TdApi.PollOption.mediaOption media; may be null if none.Constructors in org.drinkless.tdlib with parameters of type TdApi.PollMediaModifierConstructorDescriptionMessagePoll(TdApi.Poll poll, TdApi.FormattedText description, TdApi.PollMedia media, boolean canAddOption) A message with a poll.PollOption(String id, TdApi.FormattedText text, TdApi.PollMedia media, int voterCount, int votePercentage, TdApi.MessageSender[] recentVoterIds, boolean isChosen, boolean isBeingChosen, TdApi.MessageSender author, int additionDate) Describes one answer option of a poll.PollTypeQuiz(int[] correctOptionIds, TdApi.FormattedText explanation, TdApi.PollMedia explanationMedia) A poll in quiz mode, which has predefined correct answers.