Skip to content

Commit

Permalink
Merge pull request #146 from schelldorfer/issue-125
Browse files Browse the repository at this point in the history
issue #125 - New message_status on com.whatsapp.api.domain.messages.response.Message
  • Loading branch information
Bindambc authored Jan 26, 2024
2 parents 2af564c + 6d811d4 commit 8211b24
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
@JsonInclude(JsonInclude.Include.NON_NULL)
public record Message(

@JsonProperty("id") String id) {
@JsonProperty("id") String id,
@JsonProperty("message_status") String messageStatus)
{
}

0 comments on commit 8211b24

Please sign in to comment.