MCPcopy Create free account
hub / github.com/Botloader/botloader / createThreadFromMessage

Function createThreadFromMessage

components/runtime/src/ts/discord/dapi.ts:949–954  ·  view source on GitHub ↗
(create: ICreateThreadFromMessage)

Source from the content-addressed store, hash-verified

947}
948
949export async function createThreadFromMessage(create: ICreateThreadFromMessage): Promise<Thread> {
950 return threadChannelFromInternal(await OpWrappers.callAsyncOp({
951 kind: "discord_start_thread_from_message",
952 arg: create,
953 }))
954}
955
956export interface ICreateForumThread {
957 /**

Callers 2

createThreadMethod · 0.90

Calls 1

Tested by

no test coverage detected