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

    Interface SendVideoParams

    Interface for video parameters

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

    Hierarchy (View Summary)

    Index

    Properties

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