Interface GetAllPassportElements

Returns all available Telegram Passport elements. Request type for Tdjson#getAllPassportElements.

interface GetAllPassportElements {
    @type: "getAllPassportElements";
    password: string;
}

Properties

Properties

@type: "getAllPassportElements"
password: string

The 2-step verification password of the current user.