hoshii / Exports / ForumTopicData

ForumTopicData

Hierarchy

Table of contents

Properties

Properties

bumpedAt

Optional bumpedAt: Date

Defined in

lib/structures/ForumTopic.ts:15open in new window


channelID

channelID: string

Defined in

lib/structures/ForumTopic.ts:16open in new window


comments

comments: ForumTopicCommentData[]

Defined in

lib/structures/ForumTopic.ts:17open in new window


content

content: string

Defined in

lib/structures/ForumTopic.ts:18open in new window


createdAt

createdAt: Date

Defined in

lib/structures/ForumTopic.ts:19open in new window


createdBy

createdBy: string

Defined in

lib/structures/ForumTopic.ts:20open in new window


createdByWebhookID

Optional createdByWebhookID: string

Defined in

lib/structures/ForumTopic.ts:21open in new window


id

id: number

Inherited from

BaseData.id

Defined in

lib/structures/Base.ts:5open in new window


isLocked

Optional isLocked: boolean

Defined in

lib/structures/ForumTopic.ts:22open in new window


isPinned

Optional isPinned: boolean

Defined in

lib/structures/ForumTopic.ts:23open in new window


mentions

Optional mentions: Mentions

Defined in

lib/structures/ForumTopic.ts:24open in new window


serverID

serverID: string

Defined in

lib/structures/ForumTopic.ts:25open in new window


title

title: string

Defined in

lib/structures/ForumTopic.ts:26open in new window


updatedAt

Optional updatedAt: Date

Defined in

lib/structures/ForumTopic.ts:27open in new window

Last Updated:
Contributors: Reinhardt