Новый тип вложений - голосовое сообщение
All checks were successful
Build rosetta-wss / build (push) Successful in 1m51s

This commit is contained in:
RoyceDa
2026-04-10 17:28:32 +02:00
parent bdc44f36f0
commit 58fe3c409d

View File

@@ -8,7 +8,8 @@ public enum AttachmentType {
MESSAGES(1), MESSAGES(1),
FILE(2), FILE(2),
AVATAR(3), AVATAR(3),
CALL(4); CALL(4),
VOICE(5);
private final int code; private final int code;