teleproto - v1.229.0
    Preparing search index...

    Type Alias EmailVerificationResult

    EmailVerificationResult:
        | { code: string; type: "code" }
        | { token: string; type: "google" }
        | { token: string; type: "apple" }

    Result from the email callback - can be code, Google token, or Apple token.