Новое тип вложения (CALL)
This commit is contained in:
@@ -7,7 +7,8 @@ public enum AttachmentType {
|
|||||||
IMAGE(0),
|
IMAGE(0),
|
||||||
MESSAGES(1),
|
MESSAGES(1),
|
||||||
FILE(2),
|
FILE(2),
|
||||||
AVATAR(3);
|
AVATAR(3),
|
||||||
|
CALL(4);
|
||||||
|
|
||||||
|
|
||||||
private final int code;
|
private final int code;
|
||||||
|
|||||||
Reference in New Issue
Block a user