- JsonReaction reaction;
- JsonQuote quote;
- List<JsonMention> mentions;
- List<JsonAttachment> attachments;
- JsonGroupInfo groupInfo;
+ @JsonProperty
+ @JsonInclude(JsonInclude.Include.NON_NULL)
+ final List<JsonAttachment> attachments;
+
+ @JsonProperty
+ @JsonInclude(JsonInclude.Include.NON_NULL)
+ final JsonSticker sticker;
+
+ @JsonProperty
+ @JsonInclude(JsonInclude.Include.NON_NULL)
+ final JsonRemoteDelete remoteDelete;
+
+ @JsonProperty
+ @JsonInclude(JsonInclude.Include.NON_NULL)
+ final JsonGroupInfo groupInfo;