Show / Hide Table of Contents

Class MessageWithDetails

Inheritance
System.Object
MessageWithDetails
Namespace: Volo.Chat.Messages
Assembly: Volo.Chat.Domain.dll
Syntax
public class MessageWithDetails : object

Properties

Message

Declaration
public Message Message { get; set; }
Property Value
Type Description
Message

TargetUser

Declaration
public ChatUser TargetUser { get; set; }
Property Value
Type Description
ChatUser

UserMessage

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