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

com.pengrad.telegrambot.model.request.InlineKeyboardMarkup Maven / Gradle / Ivy

There is a newer version: 7.11.0
Show newest version
package com.pengrad.telegrambot.model.request;

/**
 * stas
 * 8/4/15.
 */
public class InlineKeyboardMarkup extends Keyboard {

    private final InlineKeyboardButton[][] inline_keyboard;

    public InlineKeyboardMarkup(InlineKeyboardButton[]... keyboard) {
        this.inline_keyboard = keyboard;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy