Package org.drinkless.tdlib
Class TdApi.SetPassportElement
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.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 intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.InputPassportElementelementInput Telegram Passport element.StringpasswordPassword of the current user.
-
Constructor Summary
Constructors Constructor Description SetPassportElement()Default constructor for a function, which adds an element to the user's Telegram Passport.SetPassportElement(TdApi.InputPassportElement element, String password)Creates a function, which adds an element to the user's Telegram Passport.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
element
public TdApi.InputPassportElement element
Input Telegram Passport element.
-
password
public String password
Password of the current user.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SetPassportElement
public SetPassportElement()
Default constructor for a function, which 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
public SetPassportElement(TdApi.InputPassportElement element, String password)
Creates a function, which 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- Password of the current user.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-