BotStatus

@Serializable
data class BotStatus(val self: BotSelf, val online: Boolean)

Runtime status for one bot instance.

Constructors

Link copied to clipboard
constructor(self: BotSelf, online: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard