Added attachment size/progress

This commit is contained in:
M66B
2018-08-04 10:32:34 +00:00
parent e5a475379b
commit 0c53244342
7 changed files with 760 additions and 35 deletions

View File

@@ -52,6 +52,8 @@ public class EntityAttachment {
public String name;
@NonNull
public String type;
public Integer size;
public Integer progress;
public byte[] content;
@Ignore