SendChatMessage
Send Message in the specified Chat.
Input
| Name | Type | Required | Description |
| ChatId | String | True | The Id of the Chat to which message has to be sent. |
| ContentType | String | False | The ContentType of the Message Content of the Message to be sent.. |
| Content | String | True | The Content of the Message to be sent. |
| Importance | String | False | Importance of the message to be sent. Default value is normal.
使用できる値は次のとおりです。normal, high, urgent |
| 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 |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the operation was successful. |