Expand description
External communication channels for user roles.
The user role type communicates via channels (Telegram, Slack, etc.)
instead of tmux panes. Each channel provider is a CLI tool that the
daemon invokes for outbound messages.
Structs§
- Native
Telegram Channel - Native Telegram channel using the Bot API directly (no CLI provider).
- Telegram
Channel - Telegram channel via openclaw (or any CLI provider).
Traits§
- Channel
- Trait for outbound message delivery to external channels.
Functions§
- channel_
from_ config - Create a channel from config fields.