Preparing search index...
The search index is not available
mirai-ts
mirai-ts
MiraiOptions
Interface MiraiOptions
mirai-ts 自定义配置项,与 mirai-api-http setting 相区别
interface
MiraiOptions
{
http
?:
{
address
?:
string
;
}
;
ws
?:
{
address
?:
string
;
heartbeatInterval
?:
number
;
}
;
}
Index
Properties
http?
ws?
Properties
Optional
http
http
?:
{
address
?:
string
;
}
Optional
ws
ws
?:
{
address
?:
string
;
heartbeatInterval
?:
number
;
}
Type declaration
Optional
address
?:
string
Optional
heartbeat
Interval
?:
number
心跳间隔
Default
60000
Copy
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
http
ws
mirai-ts
Loading...
mirai-ts 自定义配置项,与 mirai-api-http setting 相区别