Simple Robot 组件 | OneBot
Toggle table of contents
1.7.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot 组件 | OneBot
simbot-component-onebot-v11-core
/
love.forte.simbot.component.onebot.v11.core.api
/
GetVersionInfoResult
Get
Version
Info
Result
@
Serializable
data
class
GetVersionInfoResult
@
ApiResultConstructor
constructor
(
val
appName
:
String
,
val
appVersion
:
String
,
val
protocolVersion
:
String
)
(
source
)
GetVersionInfoApi
的响应体。
Members
Constructors
Get
Version
Info
Result
Link copied to clipboard
@
ApiResultConstructor
constructor
(
appName
:
String
,
appVersion
:
String
,
protocolVersion
:
String
)
Properties
app
Name
Link copied to clipboard
@
SerialName
(
value
=
"app_name"
)
val
appName
:
String
应用标识,如
mirai-native
app
Version
Link copied to clipboard
@
SerialName
(
value
=
"app_version"
)
val
appVersion
:
String
应用版本,如
1.2.3
protocol
Version
Link copied to clipboard
@
SerialName
(
value
=
"protocol_version"
)
val
protocolVersion
:
String
OneBot 标准版本,如
v11