Represents a comment coming from a ForumThread.

Hierarchy

  • Base
    • ForumThreadComment

Constructors

Properties

channelID: null | string

ID of the forum channel, if provided.

client: Client

Bot's client.

content: string

The content of the forum thread comment

createdAt: string

The ISO 8601 timestamp that the forum thread comment was created at

createdBy: string

The ID of the user who created this forum thread comment (Note: If this event has createdByWebhookId present, this field will still be populated, but can be ignored. In this case, the value of this field will always be Ann6LewA)

guildID: null | string

ID of the forum thread's server, if provided.

id: string | number

Item ID

threadID: number

The ID of the forum thread

updatedAt?: string

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

Methods

  • Delete this forum thread comment.

    Parameters

    • channelID: string

      ID of a "Forums" channel.

    Returns Promise<void>