- 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
Identifier uniquely determining type of the object.Input Telegram Passport element.The 2-step verification 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
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods 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
The 2-step verification password of the current user. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- 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
- Input Telegram Passport element.password
- The 2-step verification password of the current user.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:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-