MCPcopy Index your code
hub / github.com/CopilotKit/CopilotKit / unreact

Method unreact

packages/bot-ui/src/types.ts:104–104  ·  view source on GitHub ↗

Remove the bot's emoji reaction from a message (capability-gated).

(
    messageRef: MessageRef,
    emoji: EmojiValue,
  )

Source from the content-addressed store, hash-verified

102 ): Promise<{ ok: boolean; error?: string }>;
103 /** Remove the bot's emoji reaction from a message (capability-gated). */
104 unreact(
105 messageRef: MessageRef,
106 emoji: EmojiValue,
107 ): Promise<{ ok: boolean; error?: string }>;

Callers 1

Implementers 1

Threadpackages/bot/src/thread.ts

Calls

no outgoing calls

Tested by

no test coverage detected