- 
                  
                  The ID of the post/twarrt. DeclarationSwift var postID: Int
- 
                  
                  The timestamp of the post/twarrt. DeclarationSwift var createdAt: Date
- 
                  
                  The twarrt’s author. DeclarationSwift var author: UserHeader
- 
                  
                  The text of the forum post or twarrt. DeclarationSwift var text: String
- 
                  
                  The filenames of the post/twarrt’s optional images. DeclarationSwift var images: [String]?
- 
                  
                  The ID of the twarrt to which this twarrt is a reply. DeclarationSwift var replyGroupID: Int?
- 
                  
                  Whether the current user has bookmarked the post. DeclarationSwift var isBookmarked: Bool
- 
                  
                  The users with “laugh” reactions on the post/twarrt. DeclarationSwift var laughs: [UserHeader]
- 
                  
                  The users with “like” reactions on the post/twarrt. DeclarationSwift var likes: [UserHeader]
- 
                  
                  The users with “love” reactions on the post/twarrt. DeclarationSwift var loves: [UserHeader]
 View on GitHub
            View on GitHub
           TwarrtDetailData Structure Reference
      TwarrtDetailData Structure Reference