toggle menu
Simple Robot 组件 | QQ Guild
4.1.2
common
switch theme
search in API
simbot-component-qq-guild-api
/
love.forte.simbot.qguild.model
/
PinsMessage
Pins
Message
@
Serializable
@
ApiModel
data
class
PinsMessage
(
val
guildId
:
String
,
val
channelId
:
String
,
val
messageIds
:
List
<
String
>
=
emptyList()
)
(
source
)
精华消息对象
Author
ForteScarlet
Members
Constructors
Pins
Message
Link copied to clipboard
constructor
(
guildId
:
String
,
channelId
:
String
,
messageIds
:
List
<
String
>
=
emptyList()
)
Properties
channel
Id
Link copied to clipboard
@
SerialName
(
value
=
"channel_id"
)
val
channelId
:
String
子频道 id
guild
Id
Link copied to clipboard
@
SerialName
(
value
=
"guild_id"
)
val
guildId
:
String
频道 id
message
Ids
Link copied to clipboard
@
SerialName
(
value
=
"message_ids"
)
val
messageIds
:
List
<
String
>
子频道内精华消息 id 数组