Uses of Class
org.drinkless.tdlib.TdApi.UpgradedGiftAttributeRarity
Packages that use TdApi.UpgradedGiftAttributeRarity
-
Uses of TdApi.UpgradedGiftAttributeRarity in org.drinkless.tdlib
Subclasses of TdApi.UpgradedGiftAttributeRarity in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classThe attribute is epic.static classThe attribute is legendary.static classThe rarity is represented as the numeric frequency of the model.static classThe attribute is rare.static classThe attribute is uncommon.Fields in org.drinkless.tdlib declared as TdApi.UpgradedGiftAttributeRarityModifier and TypeFieldDescriptionTdApi.UpgradedGiftBackdrop.rarityThe rarity of the backdrop.TdApi.UpgradedGiftModel.rarityThe rarity of the model.TdApi.UpgradedGiftSymbol.rarityThe rarity of the symbol.Constructors in org.drinkless.tdlib with parameters of type TdApi.UpgradedGiftAttributeRarityModifierConstructorDescriptionUpgradedGiftBackdrop(int id, String name, TdApi.UpgradedGiftBackdropColors colors, TdApi.UpgradedGiftAttributeRarity rarity) Describes a backdrop of an upgraded gift.UpgradedGiftModel(String name, TdApi.Sticker sticker, TdApi.UpgradedGiftAttributeRarity rarity, boolean isCrafted) Describes a model of an upgraded gift.UpgradedGiftSymbol(String name, TdApi.Sticker sticker, TdApi.UpgradedGiftAttributeRarity rarity) Describes a symbol shown on the pattern of an upgraded gift.