Simple Robot 组件 | KOOK
Toggle table of contents
4.1.2-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | KOOK
simbot-component-kook-api
/
love.forte.simbot.kook.event
/
Signal
/
Resume
Resume
@
Serializable
data
class
Resume
(
val
sn
:
Int
)
:
Signal
(
source
)
信令4 RESUME
当链接未断开时 客户端需传入 当前收到的最后一个 sn 序号
{
"s": 4,
"sn": 100
}
Content copied to clipboard
Members
Members & Extensions
Constructors
Resume
Link copied to clipboard
constructor
(
sn
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
d
Link copied to clipboard
open
override
val
d
:
Unit
信令数据。
s
Link copied to clipboard
open
override
val
s
:
Int
信令类型。
sn
Link copied to clipboard
val
sn
:
Int
Inherited functions
json
Value
Link copied to clipboard
@
JvmStatic
fun
Signal.Resume
.
jsonValue
(
)
:
String
Resume
的 jsonValue