Uses of Class
org.apache.camel.component.telegram.model.CallbackGame
-
Packages that use CallbackGame Package Description org.apache.camel.component.telegram.model -
-
Uses of CallbackGame in org.apache.camel.component.telegram.model
Methods in org.apache.camel.component.telegram.model that return CallbackGame Modifier and Type Method Description CallbackGame
InlineKeyboardButton. getCallbackGame()
Methods in org.apache.camel.component.telegram.model with parameters of type CallbackGame Modifier and Type Method Description InlineKeyboardButton.Builder
InlineKeyboardButton.Builder. callbackGame(CallbackGame callbackGame)
void
InlineKeyboardButton. setCallbackGame(CallbackGame callbackGame)
Constructors in org.apache.camel.component.telegram.model with parameters of type CallbackGame Constructor Description InlineKeyboardButton(String text, String url, LoginUrl loginUrl, String callbackData, CallbackGame callbackGame)
BuildsInlineKeyboardButton
instance.
-