Added write below setting per message

This commit is contained in:
M66B
2023-11-10 10:03:28 +01:00
parent 5ded10a29a
commit 1b5651f044
5 changed files with 3056 additions and 22 deletions

View File

@@ -191,6 +191,7 @@ public class EntityMessage implements Serializable {
public Boolean content = false;
public String language = null; // classified
public Integer plain_only = null; // 1=true; 0x80=alt
public Boolean write_below;
public Boolean resend = null;
public Integer encrypt = null;
public Integer ui_encrypt = null;