Downcity
CommandsPlugin

studio chat

Managed chat plugin commands for channel runtime, messaging, conversation inspection, and authorization

studio chat

studio chat is the managed chat plugin command group.

Use it when you want to manage channel runtime, inspect conversations, send messages, react to messages, or manage platform-user authorization.

Usage

studio chat
studio chat <subcommand> [options]

Main subcommands

  • status
  • test
  • reconnect
  • open
  • close
  • configuration
  • configure
  • list
  • info
  • send
  • react
  • context
  • delete
  • history
  • auth set <platform:userId>

Scheduling

send supports one-shot delayed or scheduled execution through:

  • --delay <ms>
  • --time <time>

Use this for “send one existing message later”. For reusable automations or cron-style work, use studio task.

Examples

studio chat list --limit 20
studio chat info --chat-key ctx_xxxxxxxxxxxxxxxx
studio chat send --chat-key ctx_xxxxxxxxxxxxxxxx --text "done"
studio chat react --chat-key ctx_xxxxxxxxxxxxxxxx --emoji "✅"
studio chat history --chat-key ctx_xxxxxxxxxxxxxxxx --limit 50
studio chat auth set telegram:12345678 --role admin