Interface AuthorizationStateWaitOtherDeviceConfirmation

The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link. Subtype of AuthorizationState.

interface AuthorizationStateWaitOtherDeviceConfirmation {
    @type: "authorizationStateWaitOtherDeviceConfirmation";
    link: string;
}

Properties

Properties

@type: "authorizationStateWaitOtherDeviceConfirmation"
link: string

A tg:// URL for the QR code. The link will be updated frequently.