parent
c1a0b25c9c
commit
a84f073a0a
@ -33,11 +33,6 @@ public class InlineKeyboardMarkup implements ReplyKeyboard {
|
||||
keyboard = new ArrayList<>();
|
||||
}
|
||||
|
||||
public InlineKeyboardMarkup(JSONObject jsonObject) {
|
||||
super();
|
||||
this.keyboard = new ArrayList<>();
|
||||
}
|
||||
|
||||
public List<List<InlineKeyboardButton>> getKeyboard() {
|
||||
return keyboard;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user