We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75be29 commit 42e3435Copy full SHA for 42e3435
types/index.d.ts
@@ -141,7 +141,7 @@ export interface ChannelProps extends ChatContextValue {
141
EmptyStateIndicator?: React.ElementType<EmptyStateIndicatorProps>;
142
Message?: React.ElementType<MessageUIComponentProps>;
143
Attachment?: React.ElementType<AttachmentProps>;
144
- /** Function that overrides default sendMessage if chat client */
+ /** Function that overrides default sendMessage in chat client */
145
doSendMessageRequest?(
146
channelId: string,
147
message: Client.Message,
0 commit comments