public interface InlineQuery
| Modifier and Type | Method and Description |
|---|---|
default boolean |
answer(TelegramBot telegramBot,
InlineQueryResponse response) |
default boolean |
answer(TelegramBot telegramBot,
InlineQueryResult... results) |
org.json.JSONObject |
asJson() |
Location |
getLocation() |
String |
getOffset() |
String |
getQuery() |
String |
getQueryId() |
User |
getSender() |
String getQueryId()
User getSender()
Location getLocation()
String getQuery()
String getOffset()
org.json.JSONObject asJson()
default boolean answer(TelegramBot telegramBot, InlineQueryResult... results)
default boolean answer(TelegramBot telegramBot, InlineQueryResponse response)
Copyright © 2016. All rights reserved.