Skip navigation links
A B C D E F G H I K L M O R S T U 

A

addRow(MenuRow...) - Method in class com.jtelegram.api.menu.SimpleMenu
 
addViewer(MenuViewer) - Method in class com.jtelegram.api.menu.Menu
 
addViewers(Collection<MenuViewer>) - Method in class com.jtelegram.api.menu.Menu
 

B

bot(TelegramBot) - Method in class com.jtelegram.api.menu.SimpleMenu.SimpleMenuBuilder
 
build() - Method in class com.jtelegram.api.menu.SimpleMenu.SimpleMenuBuilder
 
build() - Method in class com.jtelegram.api.menu.SimpleMenuButton.SimpleMenuButtonBuilder
 
build() - Method in class com.jtelegram.api.menu.viewer.InlineMenuViewer.InlineMenuViewerBuilder
 
build() - Method in class com.jtelegram.api.menu.viewer.RegularMenuViewer.RegularMenuViewerBuilder
 
builder() - Static method in class com.jtelegram.api.menu.SimpleMenu
 
builder() - Static method in class com.jtelegram.api.menu.SimpleMenuButton
 
builder() - Static method in class com.jtelegram.api.menu.viewer.InlineMenuViewer
 
builder() - Static method in class com.jtelegram.api.menu.viewer.RegularMenuViewer
 

C

canEqual(Object) - Method in class com.jtelegram.api.menu.events.UnregisteredMenuInteractionEvent
 
chatId(ChatId) - Method in class com.jtelegram.api.menu.viewer.RegularMenuViewer.RegularMenuViewerBuilder
 
com.jtelegram.api.menu - package com.jtelegram.api.menu
 
com.jtelegram.api.menu.events - package com.jtelegram.api.menu.events
 
com.jtelegram.api.menu.viewer - package com.jtelegram.api.menu.viewer
 

D

DATA_SEPARATOR - Static variable in class com.jtelegram.api.menu.Menu
 

E

equals(Object) - Method in class com.jtelegram.api.menu.events.UnregisteredMenuInteractionEvent
 

F

from(MenuButton...) - Static method in class com.jtelegram.api.menu.MenuRow
 

G

getBot() - Method in class com.jtelegram.api.menu.Menu
 
getButtons() - Method in class com.jtelegram.api.menu.MenuRow
 
getChatId() - Method in class com.jtelegram.api.menu.viewer.RegularMenuViewer
 
getColumnIndex() - Method in class com.jtelegram.api.menu.events.UnregisteredMenuInteractionEvent
 
getEvent() - Method in class com.jtelegram.api.menu.events.UnregisteredMenuInteractionEvent
 
getId() - Method in class com.jtelegram.api.menu.Menu
 
getInlineMessageId() - Method in class com.jtelegram.api.menu.viewer.InlineMenuViewer
 
getLabel() - Method in class com.jtelegram.api.menu.MenuButton
 
getLabel() - Method in class com.jtelegram.api.menu.SimpleMenuButton
 
getMenu() - Method in class com.jtelegram.api.menu.MenuButton
 
getMenuMessage() - Method in class com.jtelegram.api.menu.Menu
Use this so the bot can update the message of the menu as well.
getMessageId() - Method in class com.jtelegram.api.menu.viewer.RegularMenuViewer
 
getRowIndex() - Method in class com.jtelegram.api.menu.events.UnregisteredMenuInteractionEvent
 
getRows() - Method in class com.jtelegram.api.menu.Menu
 
getRows() - Method in class com.jtelegram.api.menu.SimpleMenu
 
getUuid() - Method in class com.jtelegram.api.menu.events.UnregisteredMenuInteractionEvent
 
getViewers() - Method in class com.jtelegram.api.menu.Menu
 

H

handleException(TelegramException) - Method in class com.jtelegram.api.menu.Menu
 
handleException(TelegramException) - Method in class com.jtelegram.api.menu.SimpleMenu
 
hashCode() - Method in class com.jtelegram.api.menu.events.UnregisteredMenuInteractionEvent
 

I

InlineMenuViewer - Class in com.jtelegram.api.menu.viewer
 
InlineMenuViewer(String) - Constructor for class com.jtelegram.api.menu.viewer.InlineMenuViewer
 
InlineMenuViewer.InlineMenuViewerBuilder - Class in com.jtelegram.api.menu.viewer
 
inlineMessageId(String) - Method in class com.jtelegram.api.menu.viewer.InlineMenuViewer.InlineMenuViewerBuilder
 

K

KEYBOARD_MARKUP - Static variable in class com.jtelegram.api.menu.Menu
 

L

label(String) - Method in class com.jtelegram.api.menu.SimpleMenuButton.SimpleMenuButtonBuilder
 

M

Menu - Class in com.jtelegram.api.menu
 
Menu(TelegramBot) - Constructor for class com.jtelegram.api.menu.Menu
 
MenuButton - Class in com.jtelegram.api.menu
 
MenuButton() - Constructor for class com.jtelegram.api.menu.MenuButton
 
MenuHandler - Class in com.jtelegram.api.menu
 
MenuHandler() - Constructor for class com.jtelegram.api.menu.MenuHandler
 
MenuRow - Class in com.jtelegram.api.menu
 
MenuRow(List<? extends MenuButton>) - Constructor for class com.jtelegram.api.menu.MenuRow
 
MenuViewer - Interface in com.jtelegram.api.menu
 
messageId(int) - Method in class com.jtelegram.api.menu.viewer.RegularMenuViewer.RegularMenuViewerBuilder
 
migrateTo(Menu) - Method in class com.jtelegram.api.menu.Menu
 

O

onPress(CallbackQueryEvent) - Method in class com.jtelegram.api.menu.MenuButton
 
onPress(CallbackQueryEvent) - Method in class com.jtelegram.api.menu.SimpleMenuButton
 
onPress(BiFunction<SimpleMenuButton, CallbackQueryEvent, Boolean>) - Method in class com.jtelegram.api.menu.SimpleMenuButton.SimpleMenuButtonBuilder
 

R

registerMenu(Menu) - Static method in class com.jtelegram.api.menu.MenuHandler
 
RegularMenuViewer - Class in com.jtelegram.api.menu.viewer
 
RegularMenuViewer(ChatId, int) - Constructor for class com.jtelegram.api.menu.viewer.RegularMenuViewer
 
RegularMenuViewer.RegularMenuViewerBuilder - Class in com.jtelegram.api.menu.viewer
 

S

sendMenu(Menu) - Method in interface com.jtelegram.api.menu.MenuViewer
 
sendMenu(Menu) - Method in class com.jtelegram.api.menu.viewer.InlineMenuViewer
 
sendMenu(Menu) - Method in class com.jtelegram.api.menu.viewer.RegularMenuViewer
 
setButtons(List<? extends MenuButton>) - Method in class com.jtelegram.api.menu.MenuRow
 
setLabel(String) - Method in class com.jtelegram.api.menu.SimpleMenuButton
 
setMenu(Menu) - Method in class com.jtelegram.api.menu.MenuButton
 
setRow(int, MenuRow) - Method in class com.jtelegram.api.menu.SimpleMenu
 
SimpleMenu - Class in com.jtelegram.api.menu
 
SimpleMenu.SimpleMenuBuilder - Class in com.jtelegram.api.menu
 
SimpleMenuButton - Class in com.jtelegram.api.menu
 
SimpleMenuButton.SimpleMenuButtonBuilder - Class in com.jtelegram.api.menu
 

T

toKeyboard() - Method in class com.jtelegram.api.menu.Menu
 
toString() - Method in class com.jtelegram.api.menu.events.UnregisteredMenuInteractionEvent
 
toString() - Method in class com.jtelegram.api.menu.SimpleMenu.SimpleMenuBuilder
 
toString() - Method in class com.jtelegram.api.menu.SimpleMenuButton.SimpleMenuButtonBuilder
 
toString() - Method in class com.jtelegram.api.menu.viewer.InlineMenuViewer.InlineMenuViewerBuilder
 
toString() - Method in class com.jtelegram.api.menu.viewer.InlineMenuViewer
 
toString() - Method in class com.jtelegram.api.menu.viewer.RegularMenuViewer.RegularMenuViewerBuilder
 
toString() - Method in class com.jtelegram.api.menu.viewer.RegularMenuViewer
 

U

UnregisteredMenuInteractionEvent - Class in com.jtelegram.api.menu.events
 
UnregisteredMenuInteractionEvent(TelegramBot, CallbackQueryEvent, UUID, int, int) - Constructor for class com.jtelegram.api.menu.events.UnregisteredMenuInteractionEvent
 
unregisterMenu(Menu) - Static method in class com.jtelegram.api.menu.MenuHandler
 
update() - Method in class com.jtelegram.api.menu.Menu
 
update(MenuViewer) - Method in class com.jtelegram.api.menu.Menu
 
A B C D E F G H I K L M O R S T U 
Skip navigation links

Copyright © 2017–2018. All rights reserved.