Source
	This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
 - Type: object
 
Properties
| Name | Type | Description | 
|---|---|---|
| media | string | |
| title | string | |
| author | string | |
| authorMembershipId | integer:int64 | |
| postId | integer:uint64 | |
| body | string | |
| upvotes | integer:int32 | 
Example
{
    // Type: string
    "media": "",
    // Type: string
    "title": "",
    // Type: string
    "author": "",
    // Type: integer:int64
    "authorMembershipId": 0,
    // Type: integer:uint64
    "postId": 0,
    // Type: string
    "body": "",
    // Type: integer:int32
    "upvotes": 0
}