function createForumThreadimport { createForumThread } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; createForumThread(bot: Bot,channelId: BigString,options: CreateForumPostWithMessage,): Promise<Channel>Creates a new thread in a forum channel, and sends a message within the created thread. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the forum channel to create the thread within. options: CreateForumPostWithMessage The parameters for the creation of the thread. ReturnsPromise<Channel>An instance of Channel with a nested Message object.