StatusInfo

@Serializable
data class StatusInfo(val good: Boolean, val bots: List<BotStatus>)

Aggregate runtime status reported by meta events.

Constructors

Link copied to clipboard
constructor(good: Boolean, bots: List<BotStatus>)

Properties

Link copied to clipboard
Link copied to clipboard