All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.optionfactory.whatsapp.dto.messages.response.Message Maven / Gradle / Ivy

package net.optionfactory.whatsapp.dto.messages.response;

import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;

/**
 * The type Message.
 */
@JsonInclude(JsonInclude.Include.NON_NULL)
public record Message(

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy