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

com.payneteasy.telegram.bot.client.model.Chat 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 Chat {

    @SerializedName("id")
    private Long id;

    @SerializedName("type")
    private String type;

    @SerializedName("first_name")
    private String firstName;

    @SerializedName("last_name")
    private String lastName;

    @SerializedName("username")
    private String userName;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy