Class ForumTopic

Represents a topic on Guilded.

Example

new ForumTopic(channel, rawForumTopic);

Hierarchy

  • Base<number>
    • ForumTopic

Constructors

Properties

bumpedAt?: Date

The date the forum topic was bumped.

channel: ForumChannel

The forum channel the topic belongs to.

channelId: string

The ID of the channel the forum topic belongs to.

client: Client

The client the data model belongs to.

content?: string

The content of the forum topic.

createdAt: Date

The date the forum topic was created.

createdBy: string

The ID of the user that created the forum topic.

createdByWebhookId?: string

The ID of the webhook that created the forum topic.

editedAt?: Date

The date the forum topic was edited.

id: number

The ID of the structure.

mentions?: APIMentions

The mentions of the forum topic.

The raw data of the forum topic.

serverId: string

The ID of the server the forum topic belongs to.

title: string

The title of the forum topic.

Accessors

Methods