toggle menu
Simple Robot 组件 | QQ Guild
4.1.2
common
switch theme
search in API
simbot-component-qq-guild-api
/
love.forte.simbot.qguild.api
/
SessionStartLimit
Session
Start
Limit
@
Serializable
data
class
SessionStartLimit
(
val
total
:
Int
,
val
remaining
:
Int
,
val
resetAfter
:
Int
,
val
maxConcurrency
:
Int
)
(
source
)
参考文档
Members
Constructors
Session
Start
Limit
Link copied to clipboard
constructor
(
total
:
Int
,
remaining
:
Int
,
resetAfter
:
Int
,
maxConcurrency
:
Int
)
Properties
max
Concurrency
Link copied to clipboard
@
SerialName
(
value
=
"max_concurrency"
)
val
maxConcurrency
:
Int
每 5s 可以创建的 Session 数
remaining
Link copied to clipboard
val
remaining
:
Int
目前还可以创建的 Session 数
reset
After
Link copied to clipboard
@
SerialName
(
value
=
"reset_after"
)
val
resetAfter
:
Int
重置计数的剩余时间(ms)
total
Link copied to clipboard
val
total
:
Int
每 24 小时可创建 Session 数