GatewayMessage
Defined in the protocols module.A message sent through the gateway. Attributes: content: Message content (text or structured data) sender_id: Sender identifier session_id: Session this message belongs to message_id: Unique message identifier timestamp: Message creation time metadata: Additional message metadata reply_to: ID of message being replied to (optional)
Properties
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
Internal & Generic Methods
Internal & Generic Methods
- from_dict: Create from dictionary.
- to_dict: Convert to dictionary for serialization.

