Simple Robot Component Tencent Guild
3.2.0.0
common
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
val
maxConcurrency
:
Int
每 5s 可以创建的 Session 数
remaining
Link copied to clipboard
val
remaining
:
Int
目前还可以创建的 Session 数
reset
After
Link copied to clipboard
val
resetAfter
:
Int
重置计数的剩余时间(ms)
total
Link copied to clipboard
val
total
:
Int
每 24 小时可创建 Session 数