Interface PassportAuthorizationForm

Contains information about a Telegram Passport authorization form that was requested.

interface PassportAuthorizationForm {
    @type: "passportAuthorizationForm";
    id: number;
    privacy_policy_url: string;
    required_elements: PassportRequiredElement[];
}

Properties

@type: "passportAuthorizationForm"
id: number

Unique identifier of the authorization form.

privacy_policy_url: string

URL for the privacy policy of the service; may be empty.

required_elements: PassportRequiredElement[]

Telegram Passport elements that must be provided to complete the form.