PinsMessage

data class PinsMessage(val guildId: String, val channelId: String, val messageIds: List<String> = emptyList())(source)

精华消息对象

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(guildId: String, channelId: String, messageIds: List<String> = emptyList())

Properties

Link copied to clipboard

子频道 id

Link copied to clipboard

频道 id

Link copied to clipboard

子频道内精华消息 id 数组