public static class TdApi.GetAllPassportElements extends TdApi.Function
Returns PassportElements
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
password
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() |
toString
public java.lang.String password
public static final int CONSTRUCTOR
public GetAllPassportElements()
Returns PassportElements
public GetAllPassportElements(java.lang.String password)
Returns PassportElements
password
- Password of the current user.public int getConstructor()
getConstructor
in class TdApi.Function