Fix async chat actions and channel sync

This commit is contained in:
sevenhill
2026-07-06 21:38:35 +03:00
parent 84bf7e96c9
commit 7aae5acda3
6 changed files with 1220 additions and 89 deletions
@@ -27,7 +27,8 @@ public sealed record MaxChatUpdate(
bool? LastMessageIsOutgoing = null,
DateTimeOffset? LastMessageAt = null,
string? LastMessageTimeText = null,
string? ChatUrl = null);
string? ChatUrl = null,
string? Kind = null);
public sealed record MaxMessageUpdate(
string ExternalId,