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

com.payneteasy.telegram.bot.client.model.Update Maven / Gradle / Ivy

The newest version!
package com.payneteasy.telegram.bot.client.model;

import com.google.gson.annotations.SerializedName;
import lombok.Data;

@Data
public class Update {

    @SerializedName("update_id")
    private Integer updateId;

    @SerializedName("message")
    private Message message;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy