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