ForumPostModerationData
public struct ForumPostModerationData : ContentUsed to return data a moderator needs to moderate a twarrt.
Returned by:
- GET /api/v3/mod/forumPost/id
- 
                  
                  The post in question DeclarationSwift 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, DeclarationSwift var isDeleted: Bool
- 
                  
                  The moderation status of this post. Whether the post has been locked or quarantined. DeclarationSwift var moderationStatus: ContentModerationStatus
- 
                  
                  Previous edits to the post, along with the editors and timestamps. DeclarationSwift var edits: [PostEditLogData]
- 
                  
                  User reports against this post. DeclarationSwift var reports: [ReportModerationData]
 View on GitHub
            View on GitHub
           ForumPostModerationData Structure Reference
      ForumPostModerationData Structure Reference