start

abstract suspend fun start(): Boolean

启动此bot的连接。

Return

如果正常运行中,则尝试重新启动;如果尚未开始,则启动。如果已经被关闭,抛出 kotlinx.coroutines.CancellationException.

Throws

CancellationException

如果已经被关闭。