Class OpenClawChannelStatus
OpenClaw channel status from channels.status.
public sealed class OpenClawChannelStatus
- Inheritance
-
OpenClawChannelStatus
- Inherited Members
Properties
Configured
[JsonPropertyName("configured")]
public bool Configured { get; set; }
Property Value
LastError
[JsonPropertyName("lastError")]
public string? LastError { get; set; }
Property Value
Running
[JsonPropertyName("running")]
public bool Running { get; set; }