function startThreadWithMessageimport { startThreadWithMessage } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; startThreadWithMessage(bot: Bot,channelId: BigString,messageId: BigString,options: StartThreadWithMessage,): Promise<Channel>Creates a thread, using an existing message as its point of origin. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the channel in which to create the thread. messageId: BigString The ID of the message to use as the thread's point of origin. options: StartThreadWithMessage The parameters to use for the creation of the thread. ReturnsPromise<Channel>An instance of the created {@link Channel | Thread}.