Class AgentBinding
Maps an OpenClaw channel/peer to this agent.
public sealed class AgentBinding
- Inheritance
-
AgentBinding
- Inherited Members
Properties
AccountId
Optional account ID within the channel.
public string? AccountId { get; init; }
Property Value
Channel
Channel type (e.g., "discord", "signal", "telegram").
public required string Channel { get; init; }
Property Value
GuildId
Optional guild/server ID (Discord).
public string? GuildId { get; init; }
Property Value
Peer
Optional peer (direct/group/channel) to bind to.
public AgentBindingPeer? Peer { get; init; }