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

com.greenapi.client.pkg.models.notifications.messages.quotedMessageData.ReactionMessageData Maven / Gradle / Ivy

There is a newer version: 0.1.8
Show newest version
package com.greenapi.client.pkg.models.notifications.messages.quotedMessageData;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import lombok.experimental.SuperBuilder;

@Data
@NoArgsConstructor
@AllArgsConstructor
@SuperBuilder
@EqualsAndHashCode(callSuper = true)
@JsonIgnoreProperties(ignoreUnknown = true)
public class ReactionMessageData extends QuotedMessage {
    private String text;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy