Class ContactController
Inheritance
System.Object
ContactController
Implements
IApplicationService
Assembly: Volo.Chat.HttpApi.dll
public class ContactController : ChatController, IContactAppService, IApplicationService
Constructors
Declaration
public ContactController(IContactAppService contactAppService)
Parameters
Methods
Declaration
public Task<List<ChatContactDto>> GetContactsAsync(GetContactsInput input)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Collections.Generic.List<ChatContactDto>> |
|
Declaration
public Task<int> GetTotalUnreadMessageCountAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.Int32> |
|
Implements
IApplicationService