Add an emoji reaction to a message (capability-gated; `{ ok: false }` on surfaces without support).
(
messageRef: MessageRef,
emoji: EmojiValue,
)
| 97 | setTitle(title: string): Promise<{ ok: boolean; error?: string }>; |
| 98 | /** Add an emoji reaction to a message (capability-gated; `{ ok: false }` on surfaces without support). */ |
| 99 | react( |
| 100 | messageRef: MessageRef, |
| 101 | emoji: EmojiValue, |
| 102 | ): Promise<{ ok: boolean; error?: string }>; |
no outgoing calls
no test coverage detected