Skip to content

Commit 816f4da

Browse files
committed
updated README to explain the new sendEmojisDirectly property
1 parent 8f8deaa commit 816f4da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ For more detailed examples see the demo folder.
178178
| *close | Function | The function passed to the component that mutates the above mentioned bool toggle for closing the chat |
179179
| messageList | [message] | An array of message objects to be rendered as a conversation. |
180180
| 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
181182
| showFile | Boolean | A bool indicating whether or not to show the file chooser button
182183
| showDeletion | Boolean | A bool indicating whether or not to show the edit button for a message
183184
| showConfirmationDeletion | Boolean | A bool indicating whether or not to show the confirmation text when we remove a message

0 commit comments

Comments
 (0)