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
/
OneBotShare
/
Data
Data
@
Serializable
data
class
Data
(
val
url
:
String
,
val
title
:
String
,
val
content
:
String
?
=
null
,
val
image
:
String
?
=
null
)
(
source
)
Data of
OneBotShare
.
Members
Constructors
Data
Link copied to clipboard
constructor
(
url
:
String
,
title
:
String
,
content
:
String
?
=
null
,
image
:
String
?
=
null
)
Properties
content
Link copied to clipboard
val
content
:
String
?
=
null
image
Link copied to clipboard
val
image
:
String
?
=
null
title
Link copied to clipboard
val
title
:
String
url
Link copied to clipboard
val
url
:
String