Simple Robot 组件 | OneBot
Toggle table of contents
1.9.0-Beta1
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
/
OneBotMessageOutgoing
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
create
Link copied to clipboard
@
JvmStatic
fun
create
(
value
:
String
)
:
OneBotMessageOutgoing.StringValue
通过字符串值构建
StringValue
。
@
JvmStatic
fun
create
(
segments
:
List
<
OneBotMessageSegment
>
)
:
OneBotMessageOutgoing.SegmentsValue
通过消息段列表构建
SegmentsValue
。
@
JvmStatic
@
ExperimentalOneBotAPI
@
JvmOverloads
fun
create
(
message
:
Message
,
bot
:
OneBotBot
?
=
null
)
:
OneBotMessageOutgoing.SegmentsValue
通过
Messages
构建
SegmentsValue
。