CF Workers Telegram Bot - v12.6.20
    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;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

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