Class ReplyKeyboardRemove
- java.lang.Object
-
- org.apache.camel.component.telegram.model.ReplyKeyboardRemove
-
- All Implemented Interfaces:
Serializable,ReplyMarkup
public class ReplyKeyboardRemove extends Object implements Serializable, ReplyMarkup
Upon receiving a message with this object, Telegram clients will remove the current custom keyboard and display the default letter-keyboard.
-
-
Constructor Summary
Constructors Constructor Description ReplyKeyboardRemove(Boolean removeKeyboard)ReplyKeyboardRemove(Boolean removeKeyboard, Boolean selective)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetRemoveKeyboard()BooleangetSelective()voidsetRemoveKeyboard(Boolean removeKeyboard)voidsetSelective(Boolean selective)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.camel.component.telegram.model.ReplyMarkup
toJson
-
-