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

Method forward

components/runtime/src/ts/discord/message.ts:104–111  ·  view source on GitHub ↗
(channelId: string)

Source from the content-addressed store, hash-verified

102 }
103
104 forward(channelId: string) {
105 return createMessage(channelId, {
106 forward: {
107 channelId: this.channelId,
108 messageId: this.id
109 }
110 });
111 }
112
113 createThread(fields: Omit<ICreateThreadFromMessage, "messageId" | "channelId">) {
114 return createThreadFromMessage({

Callers 1

Calls 1

createMessageFunction · 0.90

Tested by

no test coverage detected