Package it.tdlight.jni
Class TdApi.SetPassportElement
- 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 int
Input Telegram Passport element.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) -
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.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()
-