Uses of Class
org.drinkless.tdlib.TdApi.Gift
Packages that use TdApi.Gift
-
Uses of TdApi.Gift in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.GiftModifier and TypeFieldDescriptionTdApi.AvailableGift.gift
The gift.TdApi.MessageGift.gift
The gift.TdApi.MessageRefundedUpgradedGift.gift
The gift.TdApi.SentGiftRegular.gift
The gift.TdApi.StarTransactionTypeGiftPurchase.gift
The gift.TdApi.StarTransactionTypeGiftSale.gift
The gift.Constructors in org.drinkless.tdlib with parameters of type TdApi.GiftModifierConstructorDescriptionAvailableGift
(TdApi.Gift gift, int resaleCount, long minResaleStarCount, String title) Describes a gift that is available for purchase.MessageGift
(TdApi.Gift gift, TdApi.MessageSender senderId, String receivedGiftId, TdApi.FormattedText text, long sellStarCount, long prepaidUpgradeStarCount, boolean isPrivate, boolean isSaved, boolean canBeUpgraded, boolean wasConverted, boolean wasUpgraded, boolean wasRefunded, String upgradedReceivedGiftId) A regular gift was received or sent by the current user, or the current user was notified about a channel gift.MessageRefundedUpgradedGift
(TdApi.Gift gift, TdApi.MessageSender senderId, boolean isUpgrade) A gift which purchase, upgrade or transfer were refunded.SentGiftRegular
(TdApi.Gift gift) Regular gift.StarTransactionTypeGiftPurchase
(TdApi.MessageSender ownerId, TdApi.Gift gift) The transaction is a purchase of a regular gift; for regular users and bots only.StarTransactionTypeGiftSale
(long userId, TdApi.Gift gift) The transaction is a sale of a received gift; for regular users and channel chats only.