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

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

    @SerializedName("type")
    private String type;

    @SerializedName("offset")
    private Integer offset;

    @SerializedName("length")
    private Integer length;

    @SerializedName("url")
    private String url;

    @SerializedName("user")
    private User user;

    @SerializedName("language")
    private String language;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy