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

    Interface SendChatActionParams

    Interface for chat action parameters

    interface SendChatActionParams {
        action: string;
        business_connection_id?: string | number;
        chat_id: string | number;
        message_thread_id?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: string
    business_connection_id?: string | number
    chat_id: string | number
    message_thread_id?: number