class GuildForumChannel
extends GuildThreadAvailableChannel
import { GuildForumChannel } from "https://deno.land/x/harmony@v2.8.0/src/structures/guildForumChannel.ts";
Constructors
Methods
edit(options?: ModifyGuildForumChannelOption): Promise<GuildForumChannel>
readFromData(data: GuildForumChannelPayload): void
startThread(options: CreateThreadInForumOptions, message?: string | AllMessageOptions | Message): Promise<ThreadChannel>