BotStatus

sealed class BotStatus

Inheritors

Types

Link copied to clipboard
object Active : BotStatus

The bot is active and operational, able to send and receive messages.

Link copied to clipboard
object Companion
Link copied to clipboard

The bot has been created but is not yet active, pending initial setup or activation.

Link copied to clipboard
data class SdkUnknown(val value: Int) : BotStatus

Properties

Link copied to clipboard
abstract val value: Int