FezPostData
public struct FezPostData : ContentUsed to return a FezPost‘s data.
Returned by:
- GET /api/v3/fez/ID
- POST /api/v3/fez/ID/post
- POST /api/v3/fez/ID/post/ID/delete
See: FezController.fezHandler(_:), FezController.postAddHandler(_:data:),
FezController.postDeleteHandler(_:).
- 
                  
                  The ID of the fez post. DeclarationSwift var postID: Int
- 
                  
                  The fez post’s author. DeclarationSwift var author: UserHeader
- 
                  
                  The text content of the fez post. DeclarationSwift var text: String
- 
                  
                  The time the post was submitted. DeclarationSwift var timestamp: Date
- 
                  
                  The image content of the fez post. DeclarationSwift var image: String?
- 
                  
                  DeclarationSwift init(post: FezPost, author: UserHeader, overrideQuarantine: Bool = false) throws
 View on GitHub
            View on GitHub
           FezPostData Structure Reference
      FezPostData Structure Reference