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

com.greenapi.client.pkg.models.QueueMessageBody Maven / Gradle / Ivy

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

import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;

import java.util.List;

@Data
@NoArgsConstructor
@AllArgsConstructor
@Builder
public class QueueMessageBody {
    private String chatId;
    private String message;
    private List messages;
    private Boolean linkPreview;
    private String quotedMessageId;
    private String fileName;
    private String caption;
    private String urlFile;
    private String archive;
    private String nameLocation;
    private String address;
    private String latitude;
    private String longitude;
    private Contact contact;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy