Added resend indication

This commit is contained in:
M66B
2021-12-18 08:05:04 +01:00
parent 6ec57066bd
commit e32cbe0111
5 changed files with 2702 additions and 5 deletions

View File

@@ -174,6 +174,7 @@ public class EntityMessage implements Serializable {
public Boolean content = false;
public String language = null; // classified
public Boolean plain_only = null;
public Boolean resend = null;
public Integer encrypt = null;
public Integer ui_encrypt = null;
@NonNull