({
id,
body,
}: {
id: string;
body: string;
})
| 122 | files: UploadedFile[]; |
| 123 | }): Promise<SerializedThread | void>; |
| 124 | editMessage({ |
| 125 | id, |
| 126 | body, |
| 127 | }: { |
nothing calls this directly
no outgoing calls
no test coverage detected