| Package | Description |
|---|---|
| pro.zackpollard.telegrambot.api | |
| pro.zackpollard.telegrambot.api.chat.inline.send.content | |
| pro.zackpollard.telegrambot.api.chat.message.send |
| Modifier and Type | Method and Description |
|---|---|
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.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 |
|---|---|
ParseMode |
InputTextMessageContent.getParseMode()
Gets the ParseMode used for this message
|
| Modifier and Type | Method and Description |
|---|---|
InputTextMessageContent.InputTextMessageContentBuilder |
InputTextMessageContent.InputTextMessageContentBuilder.parseMode(ParseMode parseMode)
*Optional*
Sets the ParseMode for the message to the provided value.
|
| Modifier and Type | Method and Description |
|---|---|
static ParseMode |
ParseMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParseMode[] |
ParseMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SendableTextMessage.SendableTextMessageBuilder |
SendableTextMessage.SendableTextMessageBuilder.parseMode(ParseMode parseMode)
*Optional*
Sets the ParseMode that you want to use for this message
|
Copyright © 2017. All rights reserved.