public static class TdApi.InputCredentialsSaved extends TdApi.InputCredentials
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
savedCredentialsId
Identifier of the saved credentials.
|
| Constructor and Description |
|---|
InputCredentialsSaved()
Applies if a user chooses some previously saved payment credentials.
|
InputCredentialsSaved(java.lang.String savedCredentialsId)
Applies if a user chooses some previously saved payment credentials.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String savedCredentialsId
public static final int CONSTRUCTOR
public InputCredentialsSaved()
public InputCredentialsSaved(java.lang.String savedCredentialsId)
savedCredentialsId - Identifier of the saved credentials.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object