Uses of Class
org.drinkless.tdlib.TdApi.InputInvoice
Packages that use TdApi.InputInvoice
-
Uses of TdApi.InputInvoice in org.drinkless.tdlib
Subclasses of TdApi.InputInvoice in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
An invoice from a message of the type messageInvoice or paid media purchase from messagePaidMedia.static class
An invoice from a link of the type internalLinkTypeInvoice.static class
An invoice for a payment toward Telegram; must not be used in the in-store apps.Fields in org.drinkless.tdlib declared as TdApi.InputInvoiceModifier and TypeFieldDescriptionTdApi.GetPaymentForm.inputInvoice
The invoice.TdApi.SendPaymentForm.inputInvoice
The invoice.TdApi.ValidateOrderInfo.inputInvoice
The invoice.Constructors in org.drinkless.tdlib with parameters of type TdApi.InputInvoiceModifierConstructorDescriptionGetPaymentForm
(TdApi.InputInvoice inputInvoice, TdApi.ThemeParameters theme) Creates a function, which returns an invoice payment form.SendPaymentForm
(TdApi.InputInvoice inputInvoice, long paymentFormId, String orderInfoId, String shippingOptionId, TdApi.InputCredentials credentials, long tipAmount) Creates a function, which sends a filled-out payment form to the bot for final verification.ValidateOrderInfo
(TdApi.InputInvoice inputInvoice, TdApi.OrderInfo orderInfo, boolean allowSave) Creates a function, which validates the order information provided by a user and returns the available shipping options for a flexible invoice.