Interface APICommentAuthor

The creator object for the Content

Hierarchy

Properties

block_type?: "user" | "installation"

Block type if the user is blocked

id: string

User's unique id
? Never changes

is_banned: boolean

Is the user banned
! UNSAFE TO CHECK FOR ACTIVE BANS

is_blocked: boolean

Is the user blocked by the client

is_deleted: boolean

Is the user deleted from iFunny's servers
? if true, many properties will be undefined

is_in_subscribers: boolean

Is the User subscribed to the Client

is_in_subscriptions: boolean

Is the Client subscribed to the user

is_verified: boolean

Is the user verified on iFunny

nick: string

User's unique username
! UNSAFE FOR USER CACHING.

nick_color?: "55FF00" | "660000" | "e0b400" | "a078f0" | "ff3e52" | "ffffff"

User's nick color (Default: 55FF00)

Example

'55ff00'

Only includes subscription and subscriber count

original_nick: string

Original nick of the user
? iFunny censors some usernames similar to the comment filter

The user's profile photo

total_posts: number

Total amount of posts the user has

Generated using TypeDoc