Новое вложение ЗВОНОК теперь отправляется от лица звонящего

This commit is contained in:
RoyceDa
2026-03-22 19:49:59 +02:00
parent a1c8b3d95a
commit 6dc35d7cca
3 changed files with 15 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ export enum AttachmentType {
MESSAGES = 1,
FILE = 2,
AVATAR = 3,
CALL
CALL = 4
}
export interface Attachment {