Удаление сообщений

This commit is contained in:
Халимов Рустам
2026-04-19 21:05:56 +03:00
parent 8399d32490
commit 70acad56fb
5 changed files with 581 additions and 584 deletions
@@ -32,7 +32,8 @@ public record MessageDetailDto(
bool? PollIsMultipleChoice = null,
bool? PollIsAnonymous = null,
bool? PollIsClosed = null,
List<Guid>? UserVotedOptionIds = null
List<Guid>? UserVotedOptionIds = null,
bool IsDeletedForUser = false
);
public record ReplyToMessageDto(