Class 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 Detail

      • 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.