feat(web): improve album layout and captions for multi-attachments
All checks were successful
CI / test (push) Successful in 31s

This commit is contained in:
2026-03-08 13:07:53 +03:00
parent d2dd9aa01b
commit 072677b9ad
3 changed files with 87 additions and 40 deletions

View File

@@ -83,7 +83,7 @@ export async function sendMessage(chatId: number, text: string, type: MessageTyp
export async function sendMessageWithClientId(
chatId: number,
text: string,
text: string | null,
type: MessageType,
clientMessageId: string,
replyToMessageId?: number