@cometchat/chat-uikit-react 6.2.5 → 6.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts
CHANGED
|
@@ -6695,6 +6695,7 @@ interface AIAssistantChatProps {
|
|
|
6695
6695
|
user: CometChat.User;
|
|
6696
6696
|
onBackButtonClicked?: () => void;
|
|
6697
6697
|
onCloseButtonClicked?: () => void;
|
|
6698
|
+
onSendButtonClick?: (message: CometChat.BaseMessage, previewMessageMode?: PreviewMessageMode) => void;
|
|
6698
6699
|
showBackButton?: boolean;
|
|
6699
6700
|
showCloseButton?: boolean;
|
|
6700
6701
|
headerItemView?: React__default.JSX.Element;
|