Merge pull request 'Видеосообщения (кружочки)' (#19) from dev into main
All checks were successful
Build rosetta-wss / build (push) Successful in 1m57s

Reviewed-on: #19
This commit was merged in pull request #19.
This commit is contained in:
2026-04-11 15:56:05 +00:00

View File

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