Interface APICommentBase

Represents a Comment from iFunny

Hierarchy

Properties

cid: string

Content ID

content?: APIContent

Only observed when viewing own comments

content_thumbs?: APIContentThumbnail
date: number

Unix timestamp of when it was uploaded in MS

deletion_reason?: string
id: string
is_edited: boolean
is_reply: boolean
is_smiled: boolean
is_unsmiled: boolean
last_reply?: APIReply

Most recent reply to the comment

state?: "deleted" | "normal" | "top" | "abused" | "deleted_self"

The state of the Comment

text: string

Text of the comment ? Can be empty string

Generated using TypeDoc