Interface ConstructorForumThreadOptions

interface ConstructorForumThreadOptions {
    channelID?: null | string;
    guildID?: null | string;
}

Properties

Properties

channelID?: null | string

ID of the "Forums" channel containing this ForumThreadComment.

guildID?: null | string

ID of the forum channel's parent guild.