Class ForumTopic

Constructors

Properties

bumpedAt?: Date

The date when the forum topic was bumped.

channelId: string

The ID of the channel where the forum topic exists in.

client: Client
content: string

The content of the forum topic.

createdAt: Date

The date of the forum topic's creation.

createdBy: string

The ID of the user who created the forum topic.

groupId: string

The ID of the group where the forum topic exists in.

id: number

The ID of the forum topic.

locked?: boolean

Whether the forum topic is locked.

mentions?: MentionsPayload

The mentions of the forum topic.

pinned?: boolean

Whether the forum topic is pinned.

serverId: string

The ID of the server where the forum topic was created.

title: string

The title of the forum topic.

updatedAt?: Date

The date when the forum topic was updated.