Simple Robot
Toggle table of contents
4.11.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot
simbot-api
/
love.forte.simbot.message
/
Text
Text
fun
Text
(
)
:
Text
(
source
)
得到一个空的
Text
.
inline
fun
Text
(
block
:
(
)
->
String
)
:
Text
(
source
)
构建一个
Text
.
val text: Text = Text { "Hello" }
Content copied to clipboard