MessengerApiController.SetRead Method
- Namespace:
- Weavy.Web.Api.Controllers
- Assembly:
- Weavy.Web.dll
SetRead(int)
Set ReadAt for the specified conversation
public Conversation SetRead(int id)
Parameters
- id
- int
Conversation id.
Returns
Conversation
The conversation that was marked as read.