Новый протокол кодирования и декодирования вложений

This commit is contained in:
RoyceDa
2026-03-27 15:32:10 +02:00
parent 8d6090e632
commit 7e0e97f472
7 changed files with 57 additions and 22 deletions

View File

@@ -474,7 +474,10 @@ export function CallProvider(props : CallProviderProps) {
type: AttachmentType.CALL,
transport_server: "",
transport_tag: "",
encoded_for: "",
encoding: {
encoded_for: "",
encoder: ""
},
blob: ""
}], true);
}