| Package | Description |
|---|---|
| pro.zackpollard.telegrambot.api.chat.inline | |
| pro.zackpollard.telegrambot.api.chat.inline.send | |
| pro.zackpollard.telegrambot.api.chat.inline.send.results |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
InlineQuery.answer(TelegramBot telegramBot,
InlineQueryResult... results)
This method allows you to directly answer the Inline Query from this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<InlineQueryResult> |
InlineQueryResponse.getResults()
Gets a list of all the result objects that will be sent with this response
|
| Modifier and Type | Method and Description |
|---|---|
InlineQueryResponse.InlineQueryResponseBuilder |
InlineQueryResponse.InlineQueryResponseBuilder.results(InlineQueryResult... results)
*Required*
Sets the InlineQueryResult's for the response
|
| Modifier and Type | Method and Description |
|---|---|
InlineQueryResponse.InlineQueryResponseBuilder |
InlineQueryResponse.InlineQueryResponseBuilder.results(List<InlineQueryResult> results)
*Required*
Sets the list of InlineQueryResult's for the response
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InlineQueryResultCached |
| Modifier and Type | Class and Description |
|---|---|
class |
InlineQueryResultArticle |
class |
InlineQueryResultAudio |
class |
InlineQueryResultCachedAudio |
class |
InlineQueryResultCachedDocument |
class |
InlineQueryResultCachedGif |
class |
InlineQueryResultCachedMpeg4Gif |
class |
InlineQueryResultCachedPhoto |
class |
InlineQueryResultCachedSticker |
class |
InlineQueryResultCachedVideo |
class |
InlineQueryResultCachedVoice |
class |
InlineQueryResultContact |
class |
InlineQueryResultDocument |
class |
InlineQueryResultGame |
class |
InlineQueryResultGif |
class |
InlineQueryResultLocation |
class |
InlineQueryResultMpeg4Gif |
class |
InlineQueryResultPhoto |
class |
InlineQueryResultVenue |
class |
InlineQueryResultVideo |
class |
InlineQueryResultVoice |
Copyright © 2017. All rights reserved.