- Enclosing class:
- TdApi
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
Modifier and TypeFieldDescriptionstatic final int
Input Telegram Passport element.Password of the current user. -
Constructor Summary
ConstructorDescriptionAdds 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) Adds an element to the user's Telegram Passport. -
Method Summary
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:
-
-
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. ReturnsPassportElement
-
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. ReturnsPassportElement
- Parameters:
element
- InputPassportElement Input Telegram Passport element.password
- String Password of the current user.
-
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. ReturnsPassportElement
- 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()
-