Class PartialForumTopic

A partial summary representation of a forum topic. Can fetch this topic to get full data

Hierarchy

Constructors

Properties

_bumpedAt: null | number

The date time the forum topic was last bumped, or null if it hasn't been bumped.

_createdAt: number

The creation date of the forum topic.

_updatedAt: null | number

The date time the forum topic was last updated, or null if it hasn't been updated.

channelId: string

The channel ID of the forum topic.

client: Client
createdBy: string

The user ID of the user who created the forum topic.

id: number

Identifier of this structrure

isPinned: boolean

Whether the forum topic is pinned.

Bare data of this structure

serverId: string

The ID of the server this role belongs to

title: string

The title of the forum topic.

Accessors

  • get updatedAt(): null | Date
  • Gets the date the forum topic was last updated, or null if it hasn't been updated.

    Returns null | Date

    A Date object

Methods

Generated using TypeDoc