Package it.tdlight.jni
Class TdApi.SetPassportElement
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.SetPassportElement
- Enclosing class:
- TdApi
public static class TdApi.SetPassportElement extends TdApi.Function
Adds an element to the user's Telegram
Passport. May return an error with a
message "PHONE_VERIFICATION_NEEDED"
or "EMAIL_VERIFICATION_NEEDED"
if the chosen phone number or the
chosen email address must be verified first.
Returns PassportElement
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.InputPassportElement
element
Input Telegram Passport element.String
password
Password of the current user. -
Constructor Summary
Constructors Constructor Description SetPassportElement()
Adds an element to the user's Telegram Passport.SetPassportElement(TdApi.InputPassportElement element, String password)
Adds an element to the user's Telegram Passport.SetPassportElement(DataInput input)
-
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
-
element
Input Telegram Passport element. -
password
Password of the current user. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
SetPassportElement
public SetPassportElement()Adds an element to the user's Telegram Passport. May return an error with a message "PHONE_VERIFICATION_NEEDED" or "EMAIL_VERIFICATION_NEEDED" if the chosen phone number or the chosen email address must be verified first.Returns
PassportElement
-
SetPassportElement
Adds an element to the user's Telegram Passport. May return an error with a message "PHONE_VERIFICATION_NEEDED" or "EMAIL_VERIFICATION_NEEDED" if the chosen phone number or the chosen email address must be verified first.Returns
PassportElement
- Parameters:
element
- InputPassportElement Input Telegram Passport element.password
- String Password of the current user.
-
SetPassportElement
- 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()
-