| Package | Description |
|---|---|
| org.apache.camel.component.telegram.model |
| Modifier and Type | Method and Description |
|---|---|
CallbackGame |
InlineKeyboardButton.getCallbackGame() |
| Modifier and Type | Method and Description |
|---|---|
InlineKeyboardButton.Builder |
InlineKeyboardButton.Builder.callbackGame(CallbackGame callbackGame) |
void |
InlineKeyboardButton.setCallbackGame(CallbackGame callbackGame) |
| Constructor and Description |
|---|
InlineKeyboardButton(String text,
String url,
LoginUrl loginUrl,
String callbackData,
CallbackGame callbackGame,
Boolean requestContact,
Boolean requestLocation)
Builds
InlineKeyboardButton instance. |
Apache Camel