Interface JSONForumThreadComment

Hierarchy

  • JSONBase<number>
    • JSONForumThreadComment

Properties

channelID: string

ID of the forum channel containing this thread.

content: string

The content of the forum thread comment

createdAt: Date

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

guildID: null | string

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

id: number
memberID: string

The ID of the user who sent this comment.

mentions: any

Mentions in this thread comment.

threadID: number

The ID of the forum thread

updatedAt: null | Date

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