| Package | Description |
|---|---|
| org.apache.camel.component.telegram.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ForceReply
Upon receiving a message with this object, Telegram clients will display a reply interface to the user (act as if the
user has selected the bot‘s message and tapped ’Reply')
|
class |
InlineKeyboardMarkup
This object represents an inline keyboard that appears right next to the message it belongs to.
|
class |
ReplyKeyboardMarkup |
class |
ReplyKeyboardRemove
Upon receiving a message with this object, Telegram clients will remove the current custom keyboard and display the
default letter-keyboard.
|
| Modifier and Type | Method and Description |
|---|---|
ReplyMarkup |
OutgoingDocumentMessage.getReplyMarkup() |
ReplyMarkup |
OutgoingTextMessage.getReplyMarkup() |
ReplyMarkup |
OutgoingAudioMessage.getReplyMarkup() |
ReplyMarkup |
SendVenueMessage.getReplyMarkup() |
ReplyMarkup |
OutgoingVideoMessage.getReplyMarkup() |
ReplyMarkup |
OutgoingPhotoMessage.getReplyMarkup() |
ReplyMarkup |
SendLocationMessage.getReplyMarkup() |
| Modifier and Type | Method and Description |
|---|---|
OutgoingTextMessage.Builder |
OutgoingTextMessage.Builder.replyMarkup(ReplyMarkup replyMarkup) |
void |
OutgoingDocumentMessage.setReplyMarkup(ReplyMarkup replyMarkup) |
void |
OutgoingTextMessage.setReplyMarkup(ReplyMarkup replyMarkup) |
void |
OutgoingAudioMessage.setReplyMarkup(ReplyMarkup replyMarkup) |
void |
SendVenueMessage.setReplyMarkup(ReplyMarkup replyMarkup) |
void |
OutgoingVideoMessage.setReplyMarkup(ReplyMarkup replyMarkup) |
void |
OutgoingPhotoMessage.setReplyMarkup(ReplyMarkup replyMarkup) |
void |
SendLocationMessage.setReplyMarkup(ReplyMarkup replyMarkup) |
| Constructor and Description |
|---|
OutgoingTextMessage(String text,
String parseMode,
Boolean disableWebPagePreview,
ReplyMarkup replyMarkup) |
Apache Camel