Class SendMessageInput
Inheritance
System.Object
SendMessageInput
Namespace: Volo.Chat.Messages
Assembly: Volo.Chat.Application.Contracts.dll
Syntax
public class SendMessageInput : object
Properties
Message
Declaration
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TargetUserId
Declaration
public Guid TargetUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |