Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a comment on a profile

Hierarchy

Index

Constructors

Properties

bio: Bio

The bio instance that instantiated this

createdAt: Date

The time this comment is created

createdTimestamp: string

The timestamp this comment is created

fromID: string

The Discord user id of the user that wrote this comment

fromUser: { discord: User; discordID: string; slug: string }

Details about the discord.bio user that made the comment

Type declaration

  • discord: User

    Corresponding Discord user object of the commenter

  • discordID: string

    Discord user ID of the user

  • slug: string

    Slug of the user

id: string

Comment ID

text: string

The text of the comment

userID: string

Unknown

Generated using TypeDoc