public static class TdApi.GetPassportAuthorizationFormAvailableElements extends TdApi.Function<TdApi.PassportElementsWithErrors>
Returns PassportElementsWithErrors
| Modifier and Type | Field and Description |
|---|---|
int |
authorizationFormId
Authorization form identifier.
|
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 |
|---|
GetPassportAuthorizationFormAvailableElements()
Default constructor for a function, which returns already available Telegram Passport elements suitable for completing a Telegram Passport authorization form.
|
GetPassportAuthorizationFormAvailableElements(int authorizationFormId,
java.lang.String password)
Creates a function, which returns already available Telegram Passport elements suitable for completing a Telegram Passport authorization form.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int authorizationFormId
public java.lang.String password
public static final int CONSTRUCTOR
public GetPassportAuthorizationFormAvailableElements()
Returns PassportElementsWithErrors
public GetPassportAuthorizationFormAvailableElements(int authorizationFormId,
java.lang.String password)
Returns PassportElementsWithErrors
authorizationFormId - Authorization form identifier.password - The 2-step verification password of the current user.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object