Post

data class Post(val guildId: String, val channelId: String, val authorId: String, val postInfo: PostInfo) : ForumSourceInfo(source)

话题频道内对主题的评论称为帖子

话题频道内对帖子主题评论或删除时生产事件中包含该对象

参考forum文档

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(guildId: String, channelId: String, authorId: String, postInfo: PostInfo)

Properties

Link copied to clipboard
open override val authorId: String

作者ID

Link copied to clipboard
open override val channelId: String

子频道ID

Link copied to clipboard
open override val guildId: String

频道ID

Link copied to clipboard

帖子内容