Uses of Class
org.drinkless.tdlib.TdApi.Invoice
Packages that use TdApi.Invoice
-
Uses of TdApi.Invoice in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.InvoiceModifier and TypeFieldDescriptionTdApi.InputMessageInvoice.invoice
Invoice.TdApi.PaymentFormTypeRegular.invoice
Full information about the invoice.TdApi.PaymentReceiptTypeRegular.invoice
Information about the invoice.Constructors in org.drinkless.tdlib with parameters of type TdApi.InvoiceModifierConstructorDescriptionInputMessageInvoice
(TdApi.Invoice invoice, String title, String description, String photoUrl, int photoSize, int photoWidth, int photoHeight, byte[] payload, String providerToken, String providerData, String startParameter, TdApi.InputPaidMedia paidMedia, TdApi.FormattedText paidMediaCaption) A message with an invoice; can be used only by bots.PaymentFormTypeRegular
(TdApi.Invoice invoice, long paymentProviderUserId, TdApi.PaymentProvider paymentProvider, TdApi.PaymentOption[] additionalPaymentOptions, TdApi.OrderInfo savedOrderInfo, TdApi.SavedCredentials[] savedCredentials, boolean canSaveCredentials, boolean needPassword) The payment form is for a regular payment.PaymentReceiptTypeRegular
(long paymentProviderUserId, TdApi.Invoice invoice, TdApi.OrderInfo orderInfo, TdApi.ShippingOption shippingOption, String credentialsTitle, long tipAmount) The payment was done using a third-party payment provider.