Package it.tdlight.jni
Class TdApi.GetAllPassportElements
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.GetAllPassportElements
- Enclosing class:
- TdApi
public static class TdApi.GetAllPassportElements extends TdApi.Function
Returns all available Telegram Passport elements.
Returns PassportElements
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
password
Password of the current user. -
Constructor Summary
Constructors Constructor Description GetAllPassportElements()
Returns all available Telegram Passport elements.GetAllPassportElements(DataInput input)
GetAllPassportElements(String password)
Returns all available Telegram Passport elements. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
Constructor Details
-
GetAllPassportElements
public GetAllPassportElements()Returns all available Telegram Passport elements.Returns
PassportElements
-
GetAllPassportElements
Returns all available Telegram Passport elements.Returns
PassportElements
- Parameters:
password
- String Password of the current user.
-
GetAllPassportElements
- 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()
-