AuditResult

data class AuditResult(val guildId: String, val channelId: String, val authorId: String, val threadId: String, val postId: String, val replyId: String, val type: Int, val result: Int, val errMsg: String) : ForumSourceInfo(source)

论坛帖子审核结果事件

参考forum文档

Author

ForteScarlet

Constructors

Link copied to clipboard
constructor(guildId: String, channelId: String, authorId: String, threadId: String, postId: String, replyId: String, type: Int, result: Int, errMsg: String)

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

result不为0时错误信息

Link copied to clipboard
open override val guildId: String

频道ID

Link copied to clipboard

帖子ID

Link copied to clipboard

回复ID

Link copied to clipboard
val result: Int

审核结果. 0:成功 1:失败 uint32

Link copied to clipboard

主题ID

Link copied to clipboard
val type: Int

AuditType审核的类型