teleproto - v1.229.0
    Preparing search index...

    Interface SentEmailCodeResult

    Result from sendVerifyEmailCode.

    interface SentEmailCodeResult {
        emailPattern: string;
        length: number;
    }
    Index
    emailPattern: string

    The masked email pattern where the code was sent.

    length: number

    The length of the verification code.