public static class TdApi.GetAllPassportElements extends TdApi.Function<TdApi.PassportElements>
Returns PassportElements
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
password
The 2-step verification password of the current user.
|
| Constructor and Description |
|---|
GetAllPassportElements()
Default constructor for a function, which returns all available Telegram Passport elements.
|
GetAllPassportElements(java.lang.String password)
Creates a function, which returns all available Telegram Passport elements.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String password
public static final int CONSTRUCTOR
public GetAllPassportElements()
Returns PassportElements
public GetAllPassportElements(java.lang.String password)
Returns PassportElements
password - The 2-step verification password of the current user.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object