This commit is contained in:
Халимов Рустам
2026-03-19 00:59:01 +03:00
parent 900ca6f8b8
commit 59e0cf7667
142 changed files with 4557 additions and 2593 deletions
@@ -0,0 +1,5 @@
using System;
namespace Knot.Modules.Chats.Application.DTOs;
public sealed record CreatePersonalChatRequest(Guid UserId);