Uses of Interface
org.apache.camel.component.telegram.model.ReplyMarkup
-
Packages that use ReplyMarkup Package Description org.apache.camel.component.telegram.model -
-
Uses of ReplyMarkup in org.apache.camel.component.telegram.model
Classes in org.apache.camel.component.telegram.model that implement ReplyMarkup Modifier and Type Class 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.Methods in org.apache.camel.component.telegram.model that return ReplyMarkup Modifier and Type Method Description ReplyMarkup
OutgoingAudioMessage. getReplyMarkup()
ReplyMarkup
OutgoingDocumentMessage. getReplyMarkup()
ReplyMarkup
OutgoingPhotoMessage. getReplyMarkup()
ReplyMarkup
OutgoingTextMessage. getReplyMarkup()
ReplyMarkup
OutgoingVideoMessage. getReplyMarkup()
ReplyMarkup
SendLocationMessage. getReplyMarkup()
ReplyMarkup
SendVenueMessage. getReplyMarkup()
Methods in org.apache.camel.component.telegram.model with parameters of type ReplyMarkup Modifier and Type Method Description OutgoingTextMessage.Builder
OutgoingTextMessage.Builder. replyMarkup(ReplyMarkup replyMarkup)
void
OutgoingAudioMessage. setReplyMarkup(ReplyMarkup replyMarkup)
void
OutgoingDocumentMessage. setReplyMarkup(ReplyMarkup replyMarkup)
void
OutgoingPhotoMessage. setReplyMarkup(ReplyMarkup replyMarkup)
void
OutgoingTextMessage. setReplyMarkup(ReplyMarkup replyMarkup)
void
OutgoingVideoMessage. setReplyMarkup(ReplyMarkup replyMarkup)
void
SendLocationMessage. setReplyMarkup(ReplyMarkup replyMarkup)
void
SendVenueMessage. setReplyMarkup(ReplyMarkup replyMarkup)
Constructors in org.apache.camel.component.telegram.model with parameters of type ReplyMarkup Constructor Description OutgoingTextMessage(String text, String parseMode, Boolean disableWebPagePreview, ReplyMarkup replyMarkup)
-