Uses of Class
org.drinkless.tdlib.TdApi.InputCredentials
-
Packages that use TdApi.InputCredentials Package Description org.drinkless.tdlib -
-
Uses of TdApi.InputCredentials in org.drinkless.tdlib
Subclasses of TdApi.InputCredentials in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.InputCredentialsApplePayApplies if a user enters new credentials using Apple Pay.static classTdApi.InputCredentialsGooglePayApplies if a user enters new credentials using Google Pay.static classTdApi.InputCredentialsNewApplies if a user enters new credentials on a payment provider website.static classTdApi.InputCredentialsSavedApplies if a user chooses some previously saved payment credentials.Fields in org.drinkless.tdlib declared as TdApi.InputCredentials Modifier and Type Field Description TdApi.InputCredentialsTdApi.SendPaymentForm. credentialsThe credentials chosen by user for payment.Constructors in org.drinkless.tdlib with parameters of type TdApi.InputCredentials Constructor Description SendPaymentForm(long chatId, long messageId, 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.
-