CF Workers Telegram Bot - v11.8.1
    Preparing search index...

    Interface SendVoiceParams

    Interface for voice parameters

    interface SendVoiceParams {
        business_connection_id?: string | number;
        caption?: string;
        chat_id: string | number;
        disable_notification?: boolean;
        duration?: number;
        message_thread_id?: number;
        parse_mode?: string;
        protect_content?: boolean;
        reply_markup?: object;
        reply_to_message_id?: string | number;
        voice: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    business_connection_id?: string | number
    caption?: string
    chat_id: string | number
    disable_notification?: boolean
    duration?: number
    message_thread_id?: number
    parse_mode?: string
    protect_content?: boolean
    reply_markup?: object
    reply_to_message_id?: string | number
    voice: string