public interface CallbackQuery
| Modifier and Type | Method and Description |
|---|---|
default boolean |
answer(String text,
boolean showAlert) |
org.json.JSONObject |
asJson() |
TelegramBot |
getBotInstance() |
String |
getData() |
User |
getFrom() |
String |
getId() |
default CallbackQueryType |
getType() |
TelegramBot getBotInstance()
String getId()
default CallbackQueryType getType()
User getFrom()
String getData()
org.json.JSONObject asJson()
default boolean answer(String text, boolean showAlert)
Copyright © 2016. All rights reserved.