Interface SendPassportAuthorizationForm

Sends a Telegram Passport authorization form, effectively sharing data with the service. This method must be called after getPassportAuthorizationFormAvailableElements if some previously available elements are going to be reused. Request type for Tdjson#sendPassportAuthorizationForm.

interface SendPassportAuthorizationForm {
    @type: "sendPassportAuthorizationForm";
    authorization_form_id: number;
    types: PassportElementType[];
}

Properties

@type: "sendPassportAuthorizationForm"
authorization_form_id: number

Authorization form identifier.

Types of Telegram Passport elements chosen by user to complete the authorization form.