simple-robot-component-tencent-guild
3.0.0.0-alpha.3
simbot-component-tencent-guild-api
/
love.forte.simbot.tencentguild
/
TencentMessage
/
Embed
/
Field
Field
data
class
Field
(
val
name
:
String
,
val
value
:
String
)
MessageEmbedField
Constructors
Properties
Constructors
Field
Link copied to clipboard
fun
Field
(
name
:
String
,
value
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
字段名
value
Link copied to clipboard
val
value
:
String
字段值 // TODO 似乎已经不存在了