teleproto - v1.229.0
    Preparing search index...

    Interface AccountSendVerifyEmailCodeParams

    interface AccountSendVerifyEmailCodeParams {
        email: string;
        purpose: TypeEmailVerifyPurposeIn;
    }
    Index
    email: string

    The email where to send the code.

    Verification purpose.