MessagesController.GetUnread Method
- Namespace:
- Weavy.Web.Api.Controllers
- Assembly:
- Weavy.Web.dll
GetUnread(Boolean, QueryOptions)
Get the current user's unread conversations (conversations with unread messages).
public ScrollableList GetUnread(bool followed, QueryOptions opts)
Parameters
- followed
- System.Boolean
- opts
- QueryOptions
Returns
Weavy.Web.Api.Models.ScrollableList{Weavy.Core.Models.Conversation}
Returns the most recent unread conversations for the current user.