- 
                  
                  The ID of the post. DeclarationSwift var postID: Int
- 
                  
                  The ID of the Forum containing the post. DeclarationSwift var forumID: UUID
- 
                  
                  The timestamp of the post. DeclarationSwift var createdAt: Date
- 
                  
                  The post’s author. DeclarationSwift var author: UserHeader
- 
                  
                  The text of the forum post. DeclarationSwift var text: String
- 
                  
                  The filenames of the post’s optional images. DeclarationSwift var images: [String]?
- 
                  
                  Whether the current user has bookmarked the post. DeclarationSwift var isBookmarked: Bool
- 
                  
                  The users with “laugh” reactions on the post. DeclarationSwift var laughs: [UserHeader]
- 
                  
                  The users with “like” reactions on the post. DeclarationSwift var likes: [UserHeader]
- 
                  
                  The users with “love” reactions on the post. DeclarationSwift var loves: [UserHeader]
- 
                  
                  DeclarationSwift init(post: ForumPost, author: UserHeader, overrideQuarantine: Bool = false) throws
 View on GitHub
            View on GitHub
           PostDetailData Structure Reference
      PostDetailData Structure Reference