Fix chat bulk delete URL resolution

This commit is contained in:
sevenhill
2026-07-05 18:30:46 +03:00
parent 4db643b028
commit 343a3a17f5
7 changed files with 351 additions and 1 deletions
@@ -53,6 +53,8 @@ public sealed record MaxSendResult(bool Success, string? ExternalMessageId, stri
public sealed record MaxActionResult(bool Success, string? Error);
public sealed record MaxChatUrlResult(bool Success, string? ChatUrl, string? Error);
public sealed record MaxMediaDownload(
Stream Stream,
string ContentType,