teleproto - v1.229.0
    Preparing search index...

    Interface EmailVerifiedLoginResult

    Result from verifyEmail for login.

    interface EmailVerifiedLoginResult {
        email: string;
        sentCode: TypeSentCode;
    }
    Index
    email: string

    The verified email address.

    sentCode: TypeSentCode

    The new sent code result to continue with phone verification.