Remove the bot's emoji reaction from a message (capability-gated).
(
messageRef: MessageRef,
emoji: EmojiValue,
)
| 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 }>; |
no outgoing calls
no test coverage detected