public static class TdApi.SavedCredentials extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
id
Unique identifier of the saved credentials.
|
java.lang.String |
title
Title of the saved credentials.
|
Constructor and Description |
---|
SavedCredentials()
Contains information about saved card credentials.
|
SavedCredentials(java.lang.String id,
java.lang.String title)
Contains information about saved card credentials.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String id
public java.lang.String title
public static final int CONSTRUCTOR
public SavedCredentials()
public SavedCredentials(java.lang.String id, java.lang.String title)
id
- Unique identifier of the saved credentials.title
- Title of the saved credentials.public int getConstructor()
getConstructor
in class TdApi.Object