Uses of Class
org.drinkless.tdlib.TdApi.UpgradedGiftBackdrop
Packages that use TdApi.UpgradedGiftBackdrop
-
Uses of TdApi.UpgradedGiftBackdrop in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.UpgradedGiftBackdropModifier and TypeFieldDescriptionTdApi.UpgradedGift.backdropBackdrop of the upgraded gift.TdApi.UpgradedGiftBackdropCount.backdropThe backdrop.TdApi.GiftUpgradePreview.backdropsExamples of possible backdrops that can be chosen for the gift after upgrade.TdApi.GiftUpgradeVariants.backdropsBackdrops that can be chosen for the gift after upgrade.Constructors in org.drinkless.tdlib with parameters of type TdApi.UpgradedGiftBackdropModifierConstructorDescriptionGiftUpgradePreview(TdApi.UpgradedGiftModel[] models, TdApi.UpgradedGiftSymbol[] symbols, TdApi.UpgradedGiftBackdrop[] backdrops, TdApi.GiftUpgradePrice[] prices, TdApi.GiftUpgradePrice[] nextPrices) Contains examples of possible upgraded gifts for the given regular gift.GiftUpgradeVariants(TdApi.UpgradedGiftModel[] models, TdApi.UpgradedGiftSymbol[] symbols, TdApi.UpgradedGiftBackdrop[] backdrops) Contains all possible variants of upgraded gifts for the given regular gift.UpgradedGift(long id, long regularGiftId, long publisherChatId, String title, String name, int number, int totalUpgradedCount, int maxUpgradedCount, boolean isPremium, boolean isThemeAvailable, long usedThemeChatId, TdApi.MessageSender hostId, TdApi.MessageSender ownerId, String ownerAddress, String ownerName, String giftAddress, TdApi.UpgradedGiftModel model, TdApi.UpgradedGiftSymbol symbol, TdApi.UpgradedGiftBackdrop backdrop, TdApi.UpgradedGiftOriginalDetails originalDetails, TdApi.UpgradedGiftColors colors, TdApi.GiftResaleParameters resaleParameters, boolean canSendPurchaseOffer, String valueCurrency, long valueAmount, long valueUsdAmount) Describes an upgraded gift that can be transferred to another owner or transferred to the TON blockchain as an NFT.UpgradedGiftBackdropCount(TdApi.UpgradedGiftBackdrop backdrop, int totalCount) Describes a backdrop of an upgraded gift.