Interface GetPassportAuthorizationFormAvailableElements

Returns already available Telegram Passport elements suitable for completing a Telegram Passport authorization form. Result can be received only once for each authorization form. Request type for Tdjson#getPassportAuthorizationFormAvailableElements.

interface GetPassportAuthorizationFormAvailableElements {
    @type: "getPassportAuthorizationFormAvailableElements";
    authorization_form_id: number;
    password: string;
}

Properties

@type: "getPassportAuthorizationFormAvailableElements"
authorization_form_id: number

Authorization form identifier.

password: string

The 2-step verification password of the current user.