simple-robot-component-tencent-guild
3.0.0.0-alpha.3
simbot-component-tencent-guild-api
/
love.forte.simbot.tencentguild
/
TencentMessage
/
Embed
Embed
data
class
Embed
(
val
title
:
String
,
val
description
:
String
,
val
prompt
:
String
,
val
timestamp
:
Timestamp
,
val
fields
:
List
<
TencentMessage.Embed.Field
>
)
MessageEmbed
Types
Constructors
Properties
Constructors
Embed
Link copied to clipboard
fun
Embed
(
title
:
String
,
description
:
String
,
prompt
:
String
,
timestamp
:
Timestamp
,
fields
:
List
<
TencentMessage.Embed.Field
>
)
Types
Field
Link copied to clipboard
data
class
Field
(
val
name
:
String
,
val
value
:
String
)
MessageEmbedField
Properties
description
Link copied to clipboard
val
description
:
String
描述 TODO 貌似不存在了
fields
Link copied to clipboard
val
fields
:
List
<
TencentMessage.Embed.Field
>
MessageEmbedField 对象数组 字段信息
prompt
Link copied to clipboard
val
prompt
:
String
消息弹窗内容
timestamp
Link copied to clipboard
val
timestamp
:
Timestamp
iISO8601 消息创建时间
title
Link copied to clipboard
val
title
:
String
标题