POST api/chat/addunreadmessage?channelId={channelId}&message={message}
saves in teh database the last unread message for a chat channel
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
channelId | string |
Required |
|
message | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.