Uses of Class
org.telegram.telegrambots.meta.api.objects.replykeyboard.buttons.InlineKeyboardButton
-
Packages that use InlineKeyboardButton Package Description org.telegram.telegrambots.meta.api.objects.replykeyboard org.telegram.telegrambots.meta.api.objects.replykeyboard.buttons -
-
Uses of InlineKeyboardButton in org.telegram.telegrambots.meta.api.objects.replykeyboard
Methods in org.telegram.telegrambots.meta.api.objects.replykeyboard that return types with arguments of type InlineKeyboardButton Modifier and Type Method Description List<List<InlineKeyboardButton>>InlineKeyboardMarkup. getKeyboard()Method parameters in org.telegram.telegrambots.meta.api.objects.replykeyboard with type arguments of type InlineKeyboardButton Modifier and Type Method Description InlineKeyboardMarkupInlineKeyboardMarkup. setKeyboard(List<List<InlineKeyboardButton>> keyboard)Constructor parameters in org.telegram.telegrambots.meta.api.objects.replykeyboard with type arguments of type InlineKeyboardButton Constructor Description InlineKeyboardMarkup(List<List<InlineKeyboardButton>> keyboard) -
Uses of InlineKeyboardButton in org.telegram.telegrambots.meta.api.objects.replykeyboard.buttons
Methods in org.telegram.telegrambots.meta.api.objects.replykeyboard.buttons that return InlineKeyboardButton Modifier and Type Method Description InlineKeyboardButtonInlineKeyboardButton. setCallbackData(String callbackData)InlineKeyboardButtonInlineKeyboardButton. setCallbackGame(CallbackGame callbackGame)InlineKeyboardButtonInlineKeyboardButton. setLoginUrl(LoginUrl loginUrl)InlineKeyboardButtonInlineKeyboardButton. setPay(Boolean pay)InlineKeyboardButtonInlineKeyboardButton. setSwitchInlineQuery(String switchInlineQuery)InlineKeyboardButtonInlineKeyboardButton. setSwitchInlineQueryCurrentChat(String switchInlineQueryCurrentChat)InlineKeyboardButtonInlineKeyboardButton. setText(String text)InlineKeyboardButtonInlineKeyboardButton. setUrl(String url)
-