Client instance associated with the Content
Payload of the Content
Private
Readonly
#clientClient instance attached to the Object
Private
#creatorPrivate
#endpointEndpoint url the object will request to
Private
#payloadThe payload of the object.
Content background color
Can the post be boosted?
Content url that can be opened in app
Copywright information attached to the content
When the content was created
This data is typically retrieved by using the content's type as a key for the content.
content.payload[content.type] // Key isn't always the type
Protected
endpointEndpoint url for requests to update the payload
Not sure what this is
When the Content was featured if it was featured
Title set by iFunny
The tag to use for the 'from' parameter
The ID of the Content.
Was the post removed by iFunny?
Was the post featured?
Is the Content pinned by the author?
Is the Content republished by the Client?
Is the Content smiled by the Client?
The link of the content that can be opened in iFunny
The numbers attached to the Content
stats
Text generated from iFunny's OCR (Optical Character Recognition)
Does the Content use the Old Watermark
When the Content was published or will publish
The risk level of the Content
Default: 1
The shot status of the contentapproved
- Content can be posted in commentsshot
- Content can't be posted in commentshardShot
- Content was removed by iFunny and is not viewable
The source of the content if it exists
The state of the Content
The numbers attached to the Content
num
All tags on the Content
Thumbnail of the Content
The Title of the content
URL of the original source if it exists
The type of the post
URL of the Content
The Content's visibility statuspublic
- Content shows up in collective and explore
subscribers
- Content is hidden from Collective and Explore
closed
- Content is not visible by anyone but the author
Protected
_cloneCreates a new instance of the same structure with the same payload.
A clone of the current instance
Fetches the objects data from it's endpoint
The instance of the object
Protected
getGets the value from the payload from its key
The key to get the value of
Generated using TypeDoc
The Base Content that all Content Types will extend