mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
ChatGroup work
This commit is contained in:
@@ -5,7 +5,6 @@ namespace Govor.Contracts.Requests.SignalR;
|
||||
public record MessageRequest
|
||||
{
|
||||
public Guid RecipientId { get; init; }
|
||||
public RecipientType RecipientType { get; set; }
|
||||
public string EncryptedContent { get; init; } = string.Empty;
|
||||
public Guid? ReplyToMessageId { get; set; }
|
||||
public List<MediaReference> MediaAttachments { get; set; } = new();
|
||||
|
||||
Reference in New Issue
Block a user