UpdateChatMessage
Update Chat Message in the specified chat.
Input
Name | Type | Required | Description |
ChatId | String | True | The Id of the Chat of which message to update. |
MessageId | String | True | The Id of the Message to update. |
ContentType | String | False | The ContentType of the Message Content of which message to update. |
Content | String | False | The Content of the Message to update. |
Importance | String | False | Importance of the message to update. |
Mention | String | False | Comma Separated MentionText and MentionUserId values. In case of multiple MentionText and MentionUserId pair, enter the Semicolon separated pairs. eg: MentionText1,MentionUserId1;MentionText2,MentionUserId2 |
PolicyViolation | String | False | Defines the properties of a policy violation. Provide valid json for a PolicyViolation type. Only can be provided in application permissions scenarios. |
Result Set Columns
Name | Type | Description |
Success | String | Whether the operation was successful. |