(message: string)
| 39 | draft?: boolean; |
| 40 | onSend?(message: string, files: UploadedFile[]): Promise<any>; |
| 41 | onMessageChange?(message: string): void; |
| 42 | fetchMentions(term?: string): Promise<SerializedUser[]>; |
| 43 | upload?(files: File[]): Promise<any>; |
| 44 | useUsersContext(): any; |
nothing calls this directly
no outgoing calls
no test coverage detected