- 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
FieldsModifier and TypeFieldDescriptionstatic final intInput Telegram Passport element.The 2-step verification password of the current user. -
Constructor Summary
ConstructorsConstructorDescriptionAdds 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
toStringMethods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
element
Input Telegram Passport element. -
password
The 2-step verification 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 The 2-step verification 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-