Skip to main content

BotChannel

Defined in the protocols module.
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

channel_id
str
No description available.
name
Optional
No description available.
channel_type
str
No description available.
metadata
Dict
No description available.
  • from_dict: Create from dictionary.
  • to_dict: Convert to dictionary.