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-message
/
love.forte.simbot.component.onebot.v11.message.segment
/
OneBotLocation
/
Data
Data
@
Serializable
data
class
Data
(
val
lat
:
String
,
val
lon
:
String
,
val
title
:
String
?
=
null
,
val
content
:
String
?
=
null
)
(
source
)
Data of
OneBotLocation
.
Members
Constructors
Data
Link copied to clipboard
constructor
(
lat
:
String
,
lon
:
String
,
title
:
String
?
=
null
,
content
:
String
?
=
null
)
Properties
content
Link copied to clipboard
val
content
:
String
?
=
null
发送时可选,内容描述
lat
Link copied to clipboard
val
lat
:
String
纬度
lon
Link copied to clipboard
val
lon
:
String
经度
title
Link copied to clipboard
val
title
:
String
?
=
null
发送时可选,标题