Class Keyboard

java.lang.Object
com.pengrad.telegrambot.model.request.Keyboard
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ForceReply, InlineKeyboardMarkup, ReplyKeyboardMarkup, ReplyKeyboardRemove

public abstract class Keyboard
extends java.lang.Object
implements java.io.Serializable
stas 8/11/15
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    Keyboard()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details