- Enclosing class:
- TdApi
public static final class TdApi.GetAllPassportElements
extends TdApi.Function<TdApi.PassportElements>
Returns all available Telegram Passport elements.
Returns
PassportElements
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Password of the current user. -
Constructor Summary
ConstructorDescriptionReturns all available Telegram Passport elements.GetAllPassportElements
(DataInput input) Returns all available Telegram Passport elements.GetAllPassportElements
(String password) Returns all available Telegram Passport elements. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
password
Password of the current user. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetAllPassportElements
public GetAllPassportElements()Returns all available Telegram Passport elements. ReturnsPassportElements
-
GetAllPassportElements
Returns all available Telegram Passport elements. ReturnsPassportElements
- Parameters:
password
- String Password of the current user.
-
GetAllPassportElements
Returns all available Telegram Passport elements. ReturnsPassportElements
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-