Interface APIForumTopicSummary

Hierarchy

  • APIForumTopicSummary

Properties

bumpedAt?: string

The ISO 8601 timestamp that the forum topic was bumped at. This timestamp is updated whenever there is any activity on the posts within the forum topic.

channelId: string

The ID of the channel

createdAt: string

The ISO 8601 timestamp that the forum topic was created at

createdBy: string

The ID of the user who created this forum topic

id: number

The ID of the forum topic

isLocked?: boolean

(default false)

isPinned?: boolean

(default false)

serverId: string

The ID of the server

title: string

The title of the forum topic (min length 1; max length 500)

updatedAt?: string

The ISO 8601 timestamp that the forum topic was updated at, if relevant