Package it.tdlight.jni
Class TdApi.GetPassportElement
- Enclosing class:
- TdApi
Returns one of the available Telegram Passport elements.
Returns PassportElement
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Password of the current user.Telegram Passport element type. -
Constructor Summary
ConstructorsConstructorDescriptionReturns one of the available Telegram Passport elements.GetPassportElement
(TdApi.PassportElementType type, String password) Returns one of the available Telegram Passport elements.GetPassportElement
(DataInput input) -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
type
Telegram Passport element type. -
password
Password of the current user. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetPassportElement
public GetPassportElement()Returns one of the available Telegram Passport elements.Returns
PassportElement
-
GetPassportElement
Returns one of the available Telegram Passport elements.Returns
PassportElement
- Parameters:
type
- PassportElementType Telegram Passport element type.password
- String Password of the current user.
-
GetPassportElement
- 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()
-