simple-robot-component-kook
3.0.0.0-alpha.3
simbot-component-kook-stdlib
/
love.forte.simbot.kook
/
KookBot
/
Client
Client
interface
Client
Bot内部持有的连接信息。
Properties
Properties
bot
Link copied to clipboard
abstract
val
bot
:
KookBot
此连接所属Bot。
is
Active
Link copied to clipboard
abstract
val
isActive
:
Boolean
当前 client 是否处于运行状态。
is
Compress
Link copied to clipboard
abstract
val
isCompress
:
Boolean
此连接是否为压缩连接。
sn
Link copied to clipboard
abstract
val
sn
:
Long
此连接内部所持有的
sn
。
url
Link copied to clipboard
abstract
val
url
:
String
此连接的目标url。