Layer 220
InputPaymentCredentials
Abstract type representing one of 4 possible constructors.
Type
Available Constructors
In Gogram, this type is represented as tg.InputPaymentCredentials interface.
Use any of the following constructors:
Gogram Example
// InputPaymentCredentials is an interface type // You can use any of the following constructors: var _ tg.InputPaymentCredentials = &tg.InputPaymentCredentials{} var _ tg.InputPaymentCredentials = &tg.InputPaymentCredentialsApplePay{} var _ tg.InputPaymentCredentials = &tg.InputPaymentCredentialsGooglePay{} var _ tg.InputPaymentCredentials = &tg.InputPaymentCredentialsSaved{}