Видеосообщения (кружочки)
This commit is contained in:
@@ -9,7 +9,8 @@ public enum AttachmentType {
|
||||
FILE(2),
|
||||
AVATAR(3),
|
||||
CALL(4),
|
||||
VOICE(5);
|
||||
VOICE(5),
|
||||
VIDEO_CIRCLE(6);
|
||||
|
||||
|
||||
private final int code;
|
||||
|
||||
Reference in New Issue
Block a user