allow to send files to chat

This commit is contained in:
Peter Maquiran
2024-08-09 12:36:51 +01:00
parent 28bc141d38
commit c35f1e1f44
11 changed files with 264 additions and 138 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export class MessageEntity implements Message {
attachments: {
fileType: MessageAttachmentFileType,
source: MessageAttachmentSource,
file: string,
file?: string,
fileName: string,
applicationId?: string,
docId?: string