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

com.payneteasy.telegram.bot.client.model.replykeyboard.KeyboardButton Maven / Gradle / Ivy

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

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

@Builder
public class KeyboardButton {

    @SerializedName("text")
    private final String text;

    @SerializedName("request_contact")
    private final Boolean requestContact;

    @SerializedName("request_location")
    private final Boolean requestLocation;

    @SerializedName("request_poll")
    private final KeyboardButtonPollType requestPoll;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy