Name this conversation (capability-gated; returns `{ ok: false }` on surfaces without support).
(title: string)
| 95 | ): Promise<{ ok: boolean; error?: string }>; |
| 96 | /** Name this conversation (capability-gated; returns `{ ok: false }` on surfaces without support). */ |
| 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, |
no outgoing calls
no test coverage detected