BotAlreadyCancelledException

当尝试使用已经被关闭的 Bot 进行某些操作时(例如尝试启动它)

Constructors

Link copied to clipboard
constructor()
constructor(message: String?)
constructor(message: String?, cause: Throwable?)
constructor(cause: Throwable?)

Inherited properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?