Новый тип вложений - голосовое сообщение
All checks were successful
Build rosetta-wss / build (push) Successful in 1m51s
All checks were successful
Build rosetta-wss / build (push) Successful in 1m51s
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user