Uses of Class
org.drinkless.tdlib.TdApi.GiveawayPrize
Packages that use TdApi.GiveawayPrize
-
Uses of TdApi.GiveawayPrize in org.drinkless.tdlib
Subclasses of TdApi.GiveawayPrize in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
The giveaway sends Telegram Premium subscriptions to the winners.static class
The giveaway sends Telegram Stars to the winners.Fields in org.drinkless.tdlib declared as TdApi.GiveawayPrizeModifier and TypeFieldDescriptionTdApi.MessageGiveaway.prize
Prize of the giveaway.TdApi.MessageGiveawayWinners.prize
Prize of the giveaway.TdApi.PrepaidGiveaway.prize
Prize of the giveaway.TdApi.PushMessageContentGiveaway.prize
Prize of the giveaway; may be null for pinned message.Constructors in org.drinkless.tdlib with parameters of type TdApi.GiveawayPrizeModifierConstructorDescriptionMessageGiveaway
(TdApi.GiveawayParameters parameters, int winnerCount, TdApi.GiveawayPrize prize, TdApi.Sticker sticker) A giveaway.MessageGiveawayWinners
(long boostedChatId, long giveawayMessageId, int additionalChatCount, int actualWinnersSelectionDate, boolean onlyNewMembers, boolean wasRefunded, TdApi.GiveawayPrize prize, String prizeDescription, int winnerCount, long[] winnerUserIds, int unclaimedPrizeCount) A giveaway with public winners has been completed for the chat.PrepaidGiveaway
(long id, int winnerCount, TdApi.GiveawayPrize prize, int boostCount, int paymentDate) Describes a prepaid giveaway.PushMessageContentGiveaway
(int winnerCount, TdApi.GiveawayPrize prize, boolean isPinned) A message with a giveaway.