Class TdApi.GetAllPassportElements

    • 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

      • GetAllPassportElements

        public GetAllPassportElements()
        Default constructor for a function, which returns all available Telegram Passport elements.

        Returns PassportElements

      • GetAllPassportElements

        public GetAllPassportElements​(String password)
        Creates a function, which returns all available Telegram Passport elements.

        Returns PassportElements

        Parameters:
        password - Password of the current user.