Class ChatContactDto
Inheritance
System.Object
ChatContactDto
Assembly: Volo.Chat.Application.Contracts.dll
public class ChatContactDto : object
Properties
Declaration
public string LastMessage { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public DateTime? LastMessageDate { get; set; }
Property Value
| Type |
Description |
| System.Nullable<DateTime> |
|
Declaration
public ChatMessageSide LastMessageSide { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Surname { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public int UnreadMessageCount { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public Guid UserId { get; set; }
Property Value
Declaration
public string Username { get; set; }
Property Value
| Type |
Description |
| System.String |
|