teleproto - v1.229.0
    Preparing search index...

    Interface AuthSendCodeParams

    interface AuthSendCodeParams {
        apiHash: string;
        apiId: number;
        phoneNumber: string;
        settings: CodeSettingsIn;
    }
    Index
    apiHash: string

    Application secret hash (see App configuration )

    apiId: number

    Application identifier (see App configuration )

    phoneNumber: string

    Phone number in international format

    settings: CodeSettingsIn

    Settings for the code type to send