ForumPostModerationData
public struct ForumPostModerationData : Content
Used to return data a moderator needs to moderate a twarrt.
Returned by:
GET /api/v3/mod/forumPost/id
-
The post in question
Declaration
Swift
var forumPost: PostDetailData
-
TRUE if the post has been soft-deleted (A soft-deleted post appears deleted, doesn’t appear in its forum or in searches,
Declaration
Swift
var isDeleted: Bool
-
The moderation status of this post. Whether the post has been locked or quarantined.
Declaration
Swift
var moderationStatus: ContentModerationStatus
-
Previous edits to the post, along with the editors and timestamps.
Declaration
Swift
var edits: [PostEditLogData]
-
User reports against this post.
Declaration
Swift
var reports: [ReportModerationData]