You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,7 @@ For more detailed examples see the demo folder.
178
178
|*close | Function | The function passed to the component that mutates the above mentioned bool toggle for closing the chat |
179
179
| messageList |[message]| An array of message objects to be rendered as a conversation. |
180
180
| showEmoji | Boolean | A bool indicating whether or not to show the emoji button
181
+
| sendEmojisDirectly | Boolean | A bool indicating whether or not to send emojis directly as a message as opposed to inserting them into the user input
181
182
| showFile | Boolean | A bool indicating whether or not to show the file chooser button
182
183
| showDeletion | Boolean | A bool indicating whether or not to show the edit button for a message
183
184
| showConfirmationDeletion | Boolean | A bool indicating whether or not to show the confirmation text when we remove a message
0 commit comments