Merge pull request 'Видеосообщения (кружочки)' (#19) from dev into main
All checks were successful
Build rosetta-wss / build (push) Successful in 1m57s
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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user