public class ReplyKeyboardRemove extends Object implements Keyboard
| Modifier and Type | Class and Description |
|---|---|
static class |
ReplyKeyboardRemove.ReplyKeyboardRemoveBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ReplyKeyboardRemove.ReplyKeyboardRemoveBuilder |
builder()
This builder will allow you to progressively construct this object.
|
boolean |
getHideKeyboard()
Gets whether the client is being requested to hide the custom keyboard
|
boolean |
getSelective()
Gets whether the reply markup will only show for selected users
Targets: 1) users that are @mentioned in the text of the Message object;
2) if the bot's message is a reply (has reply_to_message_id), sender of the original message.
|
ReplyMarkupType |
getType()
Gets the ReplyMarkupType for this ReplyMarkup object
|
public static ReplyKeyboardRemove.ReplyKeyboardRemoveBuilder builder()
public boolean getHideKeyboard()
public boolean getSelective()
public ReplyMarkupType getType()
getType in interface ReplyMarkupCopyright © 2017. All rights reserved.