| Package | Description |
|---|---|
| pro.zackpollard.telegrambot.api.chat | |
| pro.zackpollard.telegrambot.api.chat.inline | |
| pro.zackpollard.telegrambot.api.chat.message |
| Modifier and Type | Method and Description |
|---|---|
default CallbackQueryType |
CallbackQuery.getType()
Gets the CallbackQueryType for this callback query
|
static CallbackQueryType |
CallbackQueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallbackQueryType[] |
CallbackQueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default CallbackQueryType |
InlineCallbackQuery.getType()
Gets the CallbackQueryType for this callback query
|
default CallbackQueryType |
GameInlineCallbackQuery.getType()
Gets the CallbackQueryType for this callback query
|
| Modifier and Type | Method and Description |
|---|---|
default CallbackQueryType |
MessageCallbackQuery.getType()
Gets the CallbackQueryType for this callback query
|
default CallbackQueryType |
GameMessageCallbackQuery.getType()
Gets the CallbackQueryType for this callback query
|
Copyright © 2017. All rights reserved.