pub fn build_session_key(
agent_id: String,
channel: String,
account_id: String,
peer_type: String,
peer_id: String,
) -> StringExpand description
Build a session key from components.
§Arguments
agent_id- The agent IDchannel- Channel ID (e.g., “telegram”, “discord”)account_id- Account/bot ID on the channelpeer_type- “dm”, “group”, “channel”, or “thread”peer_id- The peer/user/group ID