Show / Hide Table of Contents

Class ChatReceivedMessageDto

Inheritance
System.Object
ChatReceivedMessageDto
Namespace: Volo.Chat.Messages
Assembly: Volo.Chat.Application.Contracts.dll
Syntax
public class ChatReceivedMessageDto : object

Properties

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

MessageDate

Declaration
public DateTime MessageDate { get; set; }
Property Value
Type Description
DateTime
Back to top Powered by Volosoft