The date time the forum topic was last bumped, or null if it hasn't been bumped.
Readonly
_createdThe creation date of the forum topic.
The date time the forum topic was deleted, or null if it hasn't been deleted.
The date time the forum topic was last updated, or null if it hasn't been updated.
Readonly
channelThe channel ID of the forum topic.
Readonly
clientThe content of the forum topic.
Readonly
createdThe user ID of the user who created the forum topic.
Identifier of this structrure
Whether the forum topic is locked.
Whether the forum topic is pinned.
The mentions in the forum topic.
Bare data of this structure
Readonly
serverThe server ID of the forum topic.
The title of the forum topic.
Gets the creation date of the forum topic.
A Date object
Gets the date the forum topic was deleted, or null if it hasn't been deleted.
A Date object
Gets the date the forum topic was last updated, or null if it hasn't been updated.
A Date object
Taken from https://github.com/discordjs/discord.js/blob/8e8d9b490a71de6cabe6f16375d7549a7c5c3737/src/structures/Base.js#L20 Licensed under the Apache License 2.0 https://github.com/discordjs/discord.js/blob/8e8d9b490a71de6cabe6f16375d7549a7c5c3737/LICENSE
Generated using TypeDoc
Represents a forum topic in Guilded.