Skip to main content

BotChannel

Defined in the protocols module.
AI Agent Represents a channel/chat in a messaging platform. Attributes: channel_id: Platform-specific channel identifier name: Channel name (if available) channel_type: Type of channel (dm, group, channel, thread) metadata: Additional platform-specific metadata

Properties

str
No description available.
Optional[str]
No description available.
str
No description available.
Dict[str, Any]
No description available.
  • from_dict: Create from dictionary.
  • to_dict: Convert to dictionary.

Source

View on GitHub

praisonaiagents/bots/protocols.py at line 445