| Package | Description |
|---|---|
| pro.zackpollard.telegrambot.api | |
| pro.zackpollard.telegrambot.api.chat.inline.send.results | |
| pro.zackpollard.telegrambot.api.keyboards |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TelegramBot.editInlineCaption(String inlineMessageId,
String caption,
InlineReplyMarkup inlineReplyMarkup)
This allows you to edit the caption of any captionable inline message you have sent previously (The inline
message must have an InlineReplyMarkup object attached in order to be editable)
|
boolean |
TelegramBot.editInlineMessageReplyMarkup(String inlineMessageId,
InlineReplyMarkup inlineReplyMarkup)
This allows you to edit the InlineReplyMarkup of any inline message that you have sent previously.
|
boolean |
TelegramBot.editInlineMessageText(String inlineMessageId,
String text,
ParseMode parseMode,
boolean disableWebPagePreview,
InlineReplyMarkup inlineReplyMarkup)
This allows you to edit the text of an inline message you have sent previously.
|
Message |
TelegramBot.editMessageCaption(Message oldMessage,
String caption,
InlineReplyMarkup inlineReplyMarkup)
This allows you to edit the caption of any captionable message you have sent previously
|
Message |
TelegramBot.editMessageCaption(String chatId,
Long messageId,
String caption,
InlineReplyMarkup inlineReplyMarkup)
This allows you to edit the caption of any captionable message you have sent previously
|
Message |
TelegramBot.editMessageReplyMarkup(Message oldMessage,
InlineReplyMarkup inlineReplyMarkup)
This allows you to edit the InlineReplyMarkup of any message that you have sent previously.
|
Message |
TelegramBot.editMessageReplyMarkup(String chatId,
Long messageId,
InlineReplyMarkup inlineReplyMarkup)
This allows you to edit the InlineReplyMarkup of any message that you have sent previously.
|
Message |
TelegramBot.editMessageText(Message oldMessage,
String text,
ParseMode parseMode,
boolean disableWebPagePreview,
InlineReplyMarkup inlineReplyMarkup)
This allows you to edit the text of a message you have already sent previously
|
Message |
TelegramBot.editMessageText(String chatId,
Long messageId,
String text,
ParseMode parseMode,
boolean disableWebPagePreview,
InlineReplyMarkup inlineReplyMarkup)
This allows you to edit the text of a message you have already sent previously
|
| Modifier and Type | Method and Description |
|---|---|
InlineReplyMarkup |
InlineQueryResultCachedAudio.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultCachedGif.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultMpeg4Gif.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultCachedVoice.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultPhoto.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultCachedVideo.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultCachedDocument.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultGame.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultCachedPhoto.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultContact.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultArticle.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultGif.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultCachedSticker.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultAudio.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultVideo.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultVoice.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultVenue.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultLocation.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultCachedMpeg4Gif.getReplyMarkup()
Gets the inline keyboard attached to this message
|
InlineReplyMarkup |
InlineQueryResultDocument.getReplyMarkup()
Gets the inline keyboard attached to this message
|
| Modifier and Type | Method and Description |
|---|---|
InlineQueryResultCachedAudio.InlineQueryResultCachedAudioBuilder |
InlineQueryResultCachedAudio.InlineQueryResultCachedAudioBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultCachedGif.InlineQueryResultCachedGifBuilder |
InlineQueryResultCachedGif.InlineQueryResultCachedGifBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultMpeg4Gif.InlineQueryResultMpeg4GifBuilder |
InlineQueryResultMpeg4Gif.InlineQueryResultMpeg4GifBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultCachedVoice.InlineQueryResultCachedVoiceBuilder |
InlineQueryResultCachedVoice.InlineQueryResultCachedVoiceBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultPhoto.InlineQueryResultPhotoBuilder |
InlineQueryResultPhoto.InlineQueryResultPhotoBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultCachedVideo.InlineQueryResultCachedVideoBuilder |
InlineQueryResultCachedVideo.InlineQueryResultCachedVideoBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultCachedDocument.InlineQueryResultCachedDocumentBuilder |
InlineQueryResultCachedDocument.InlineQueryResultCachedDocumentBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultGame.InlineQueryResultGameBuilder |
InlineQueryResultGame.InlineQueryResultGameBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultCachedPhoto.InlineQueryResultCachedPhotoBuilder |
InlineQueryResultCachedPhoto.InlineQueryResultCachedPhotoBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultContact.InlineQueryResultContactBuilder |
InlineQueryResultContact.InlineQueryResultContactBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultArticle.InlineQueryResultArticleBuilder |
InlineQueryResultArticle.InlineQueryResultArticleBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultGif.InlineQueryResultGifBuilder |
InlineQueryResultGif.InlineQueryResultGifBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultCachedSticker.InlineQueryResultCachedStickerBuilder |
InlineQueryResultCachedSticker.InlineQueryResultCachedStickerBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultAudio.InlineQueryResultAudioBuilder |
InlineQueryResultAudio.InlineQueryResultAudioBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultVideo.InlineQueryResultVideoBuilder |
InlineQueryResultVideo.InlineQueryResultVideoBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultVoice.InlineQueryResultVoiceBuilder |
InlineQueryResultVoice.InlineQueryResultVoiceBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultVenue.InlineQueryResultVenueBuilder |
InlineQueryResultVenue.InlineQueryResultVenueBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultLocation.InlineQueryResultLocationBuilder |
InlineQueryResultLocation.InlineQueryResultLocationBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultCachedMpeg4Gif.InlineQueryResultCachedMpeg4GifBuilder |
InlineQueryResultCachedMpeg4Gif.InlineQueryResultCachedMpeg4GifBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
InlineQueryResultDocument.InlineQueryResultDocumentBuilder |
InlineQueryResultDocument.InlineQueryResultDocumentBuilder.replyMarkup(InlineReplyMarkup replyMarkup)
*Optional*
Sets the inline keyboard attached to this message to the InlineReplyMarkup provided
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InlineKeyboard |
| Modifier and Type | Class and Description |
|---|---|
class |
InlineKeyboardMarkup |
Copyright © 2017. All rights reserved.