Skip to main content

RouteFacts

Defined in the protocols module.
AI Agent Inbound facts extracted from a message, used to resolve a binding. Attributes: chat_type: Normalised chat type (“dm” | “group” | “channel” | “default”). peer: Sender/user id. roles: Roles/guild-role memberships of the sender. channel_id: The chat/channel id the message arrived in. account: The receiving bot account (multi-account channels).

Properties

str
No description available.
Optional[str]
No description available.
List[str]
No description available.
Optional[str]
No description available.
Optional[str]
No description available.

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 1825