toggle menu
Simple Robot
4.8.0
common
switch theme
search in API
simbot-test
/
love.forte.simbot.test.bot
/
TestBotConfiguration
Test
Bot
Configuration
@
Serializable
@
SerialName
(
value
=
"simbot.test"
)
data
class
TestBotConfiguration
(
var
id
:
String
=
UUID.random().toString()
,
var
name
:
String
=
id
)
:
SerializableBotConfiguration
(
source
)
TestBot
的配置类。
Members
Constructors
Test
Bot
Configuration
Link copied to clipboard
constructor
(
id
:
String
=
UUID.random().toString()
,
name
:
String
=
id
)
Properties
coroutine
Context
Link copied to clipboard
@
Transient
var
coroutineContext
:
CoroutineContext
id
Link copied to clipboard
var
id
:
String
name
Link copied to clipboard
var
name
:
String