Uses of Class
org.drinkless.tdlib.TdApi.InputCredentials
Packages that use TdApi.InputCredentials
-
Uses of TdApi.InputCredentials in org.drinkless.tdlib
Subclasses of TdApi.InputCredentials in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
Applies if a user enters new credentials using Apple Pay.static class
Applies if a user enters new credentials using Google Pay.static class
Applies if a user enters new credentials on a payment provider website.static class
Applies if a user chooses some previously saved payment credentials.Fields in org.drinkless.tdlib declared as TdApi.InputCredentialsModifier and TypeFieldDescriptionTdApi.SendPaymentForm.credentials
The credentials chosen by user for payment; pass null for a payment in Telegram Stars.Constructors in org.drinkless.tdlib with parameters of type TdApi.InputCredentialsModifierConstructorDescriptionSendPaymentForm
(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.