Skip to content

Commit 30a763d

Browse files
authored
Merge pull request #381 from iceljc/features/refine-chat-window
add message label
2 parents af33589 + 7ecfb53 commit 30a763d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/helpers/types/conversationTypes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ IRichContent.prototype.language;
155155
* @property {string} conversation_id - The conversation id.
156156
* @property {import('$userTypes').UserModel} sender - The message sender.
157157
* @property {string} message_id - The message id.
158+
* @property {string?} [message_label] - The message label.
158159
* @property {string} text - The message content.
159160
* @property {string} editor - The message editor.
160161
* @property {string} function - The function name.

0 commit comments

Comments
 (0)