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

org.telegram.telegrambots.meta.api.objects.replykeyboard.ReplyKeyboard Maven / Gradle / Ivy

There is a newer version: 7.9.1
Show newest version
package org.telegram.telegrambots.meta.api.objects.replykeyboard;

import org.telegram.telegrambots.meta.api.interfaces.InputBotApiObject;
import org.telegram.telegrambots.meta.api.interfaces.Validable;

/**
 * @author Ruben Bermudez
 * @version 1.0
 * @brief Reply keyboard abstract type
 * @date 20 of June of 2015
 */
public interface ReplyKeyboard extends InputBotApiObject, Validable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy