Compare commits
2 Commits
58fe3c409d
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| d4125846ec | |||
|
|
f87198c054 |
@@ -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