Uses of Class
org.drinkless.tdlib.TdApi.ProductInfo
Packages that use TdApi.ProductInfo
-
Uses of TdApi.ProductInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ProductInfoModifier and TypeFieldDescriptionTdApi.MessageInvoice.productInfo
Information about the product.TdApi.PaymentForm.productInfo
Information about the product.TdApi.PaymentReceipt.productInfo
Information about the product.TdApi.StarTransactionTypeBotInvoicePurchase.productInfo
Information about the bought product.TdApi.StarTransactionTypeBotInvoiceSale.productInfo
Information about the bought product.TdApi.StarTransactionTypeBotSubscriptionPurchase.productInfo
Information about the bought subscription.TdApi.StarTransactionTypeBotSubscriptionSale.productInfo
Information about the bought subscription.Constructors in org.drinkless.tdlib with parameters of type TdApi.ProductInfoModifierConstructorDescriptionMessageInvoice
(TdApi.ProductInfo productInfo, String currency, long totalAmount, String startParameter, boolean isTest, boolean needShippingAddress, long receiptMessageId, TdApi.PaidMedia paidMedia, TdApi.FormattedText paidMediaCaption) A message with an invoice from a bot.PaymentForm
(long id, TdApi.PaymentFormType type, long sellerBotUserId, TdApi.ProductInfo productInfo) Contains information about an invoice payment form.PaymentReceipt
(TdApi.ProductInfo productInfo, int date, long sellerBotUserId, TdApi.PaymentReceiptType type) Contains information about a successful payment.StarTransactionTypeBotInvoicePurchase
(long userId, TdApi.ProductInfo productInfo) The transaction is a purchase of a product from a bot or a business account by the current user; for regular users only.StarTransactionTypeBotInvoiceSale
(long userId, TdApi.ProductInfo productInfo, byte[] invoicePayload, TdApi.AffiliateInfo affiliate) The transaction is a sale of a product by the bot; for bots only.StarTransactionTypeBotSubscriptionPurchase
(long userId, int subscriptionPeriod, TdApi.ProductInfo productInfo) The transaction is a purchase of a subscription from a bot or a business account by the current user; for regular users only.StarTransactionTypeBotSubscriptionSale
(long userId, int subscriptionPeriod, TdApi.ProductInfo productInfo, byte[] invoicePayload, TdApi.AffiliateInfo affiliate) The transaction is a sale of a subscription by the bot; for bots only.