feat(web): improve album layout and captions for multi-attachments
All checks were successful
CI / test (push) Successful in 31s
All checks were successful
CI / test (push) Successful in 31s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user