MessagesController.GeConversationWithUser Method
- Namespace:
- Weavy.Web.Api.Controllers
- Assembly:
- Weavy.Web.dll
GeConversationWithUser(string)
Get the existing, or create a new, one-on-one conversation between the current- and specified user.
public Conversation GeConversationWithUser(string username)
Parameters
- username
- string
Username of the other participant.
Returns
Conversation
Returns a conversation.