A B C D E F G H I M N O P R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractInlineHandler - Class in com.github.unafraid.telegrambot.handlers.inline
- AbstractInlineHandler() - Constructor for class com.github.unafraid.telegrambot.handlers.inline.AbstractInlineHandler
B
- build() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineButtonBuilder
- build() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineMenuBuilder
- button(InlineButton) - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineMenuBuilder
C
- clear(int) - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineContext
- com.github.unafraid.telegrambot.handlers.inline - package com.github.unafraid.telegrambot.handlers.inline
- com.github.unafraid.telegrambot.handlers.inline.events - package com.github.unafraid.telegrambot.handlers.inline.events
- com.github.unafraid.telegrambot.handlers.inline.layout - package com.github.unafraid.telegrambot.handlers.inline.layout
- createInlineKeyboardButton() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineButton
D
- DEFAULT - Static variable in class com.github.unafraid.telegrambot.handlers.inline.layout.InlineRowDefinedLayout
- defaultBack(InlineContext) - Method in class com.github.unafraid.telegrambot.handlers.inline.AbstractInlineHandler
- defaultBack(InlineContext, InlineMenu) - Method in class com.github.unafraid.telegrambot.handlers.inline.AbstractInlineHandler
- defaultClose(InlineContext) - Method in class com.github.unafraid.telegrambot.handlers.inline.AbstractInlineHandler
E
- editCurrentMenu(AbsSender, Message, IInlineMenuLayout, InlineMenu) - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineUserData
-
Edits the message sets menu.getName as text of the message and renders the menu specified
- editCurrentMenu(AbsSender, Message, String, IInlineMenuLayout, InlineMenu) - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineUserData
-
Edits current message with the new text and menu
F
- forceOnNewRow() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineButtonBuilder
G
- generateLayout(List<InlineButton>) - Method in interface com.github.unafraid.telegrambot.handlers.inline.layout.IInlineMenuLayout
- generateLayout(List<InlineButton>) - Method in class com.github.unafraid.telegrambot.handlers.inline.layout.InlineFixedButtonsPerRowLayout
- generateLayout(List<InlineButton>) - Method in class com.github.unafraid.telegrambot.handlers.inline.layout.InlineRowDefinedLayout
- getActiveButton() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineUserData
- getActiveMenu() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineUserData
- getBot() - Method in class com.github.unafraid.telegrambot.handlers.inline.events.InlineCallbackEvent
- getBot() - Method in class com.github.unafraid.telegrambot.handlers.inline.events.InlineMessageEvent
- getButton() - Method in class com.github.unafraid.telegrambot.handlers.inline.events.InlineCallbackEvent
- getButton() - Method in class com.github.unafraid.telegrambot.handlers.inline.events.InlineMessageEvent
- getButtons() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineMenu
- getContext() - Method in class com.github.unafraid.telegrambot.handlers.inline.events.InlineCallbackEvent
- getContext() - Method in class com.github.unafraid.telegrambot.handlers.inline.events.InlineMessageEvent
- getContext() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineButton
- getContext() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineMenu
- getDefaultMenu() - Method in class com.github.unafraid.telegrambot.handlers.inline.AbstractInlineHandler
- getId() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineUserData
- getInputMessage() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineButton
- getMessage() - Method in class com.github.unafraid.telegrambot.handlers.inline.events.InlineMessageEvent
- getName() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineButton
- getName() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineMenu
- getOnQueryCallback() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineButton
- getParams() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineUserData
- getParentMenu() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineMenu
- getQuery() - Method in class com.github.unafraid.telegrambot.handlers.inline.events.InlineCallbackEvent
- getRow() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineButton
- getState() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineUserData
- getSubMenu() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineButton
- getUpdate() - Method in class com.github.unafraid.telegrambot.handlers.inline.events.InlineCallbackEvent
- getUpdate() - Method in class com.github.unafraid.telegrambot.handlers.inline.events.InlineMessageEvent
- getUserData(int) - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineContext
- getUUID() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineButton
H
- handleBack(InlineCallbackEvent) - Method in class com.github.unafraid.telegrambot.handlers.inline.AbstractInlineHandler
- handleClose(InlineCallbackEvent) - Method in class com.github.unafraid.telegrambot.handlers.inline.AbstractInlineHandler
I
- IInlineCallbackEvent - Interface in com.github.unafraid.telegrambot.handlers.inline.events
- IInlineMenuLayout - Interface in com.github.unafraid.telegrambot.handlers.inline.layout
- IInlineMessageEvent - Interface in com.github.unafraid.telegrambot.handlers.inline.events
- InlineButton - Class in com.github.unafraid.telegrambot.handlers.inline
- InlineButton(InlineButtonBuilder) - Constructor for class com.github.unafraid.telegrambot.handlers.inline.InlineButton
- InlineButtonBuilder - Class in com.github.unafraid.telegrambot.handlers.inline
- InlineButtonBuilder(InlineContext) - Constructor for class com.github.unafraid.telegrambot.handlers.inline.InlineButtonBuilder
- InlineCallbackEvent - Class in com.github.unafraid.telegrambot.handlers.inline.events
- InlineCallbackEvent(InlineContext, InlineButton, AbsSender, Update, CallbackQuery) - Constructor for class com.github.unafraid.telegrambot.handlers.inline.events.InlineCallbackEvent
- InlineContext - Class in com.github.unafraid.telegrambot.handlers.inline
- InlineContext() - Constructor for class com.github.unafraid.telegrambot.handlers.inline.InlineContext
- InlineFixedButtonsPerRowLayout - Class in com.github.unafraid.telegrambot.handlers.inline.layout
- InlineFixedButtonsPerRowLayout(int) - Constructor for class com.github.unafraid.telegrambot.handlers.inline.layout.InlineFixedButtonsPerRowLayout
- InlineMenu - Class in com.github.unafraid.telegrambot.handlers.inline
- InlineMenu(InlineMenuBuilder) - Constructor for class com.github.unafraid.telegrambot.handlers.inline.InlineMenu
- InlineMenuBuilder - Class in com.github.unafraid.telegrambot.handlers.inline
- InlineMenuBuilder(InlineContext) - Constructor for class com.github.unafraid.telegrambot.handlers.inline.InlineMenuBuilder
- InlineMenuBuilder(InlineContext, InlineMenu) - Constructor for class com.github.unafraid.telegrambot.handlers.inline.InlineMenuBuilder
- InlineMessageEvent - Class in com.github.unafraid.telegrambot.handlers.inline.events
- InlineMessageEvent(InlineContext, InlineButton, AbsSender, Update, Message) - Constructor for class com.github.unafraid.telegrambot.handlers.inline.events.InlineMessageEvent
- InlineRowDefinedLayout - Class in com.github.unafraid.telegrambot.handlers.inline.layout
- InlineUserData - Class in com.github.unafraid.telegrambot.handlers.inline
- InlineUserData(int) - Constructor for class com.github.unafraid.telegrambot.handlers.inline.InlineUserData
- isForceNewRow() - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineButton
M
- menu(InlineMenu) - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineButtonBuilder
N
- name(String) - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineButtonBuilder
- name(String) - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineMenuBuilder
O
- onCallbackEvent(InlineCallbackEvent) - Method in interface com.github.unafraid.telegrambot.handlers.inline.events.IInlineCallbackEvent
- onCallbackEvent(InlineMessageEvent) - Method in interface com.github.unafraid.telegrambot.handlers.inline.events.IInlineMessageEvent
- onCallbackQuery(AbstractTelegramBot, Update, CallbackQuery) - Method in class com.github.unafraid.telegrambot.handlers.inline.AbstractInlineHandler
- onCancel(AbstractTelegramBot, Update, Message) - Method in class com.github.unafraid.telegrambot.handlers.inline.AbstractInlineHandler
- onCommandMessage(AbstractTelegramBot, Update, Message, List<String>) - Method in class com.github.unafraid.telegrambot.handlers.inline.AbstractInlineHandler
- onInputMessage(IInlineMessageEvent) - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineButtonBuilder
- onMessage(AbstractTelegramBot, Update, Message) - Method in class com.github.unafraid.telegrambot.handlers.inline.AbstractInlineHandler
- onQueryCallback(IInlineCallbackEvent) - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineButtonBuilder
P
- parentMenu(InlineMenu) - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineMenuBuilder
R
- registerMenu(InlineContext, InlineMenuBuilder) - Method in class com.github.unafraid.telegrambot.handlers.inline.AbstractInlineHandler
- row(int) - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineButtonBuilder
S
- sendMenu(AbsSender, Message, String, IInlineMenuLayout, InlineMenu) - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineUserData
-
Sends the InlineMenu to message's chat
- setActiveButton(InlineButton) - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineUserData
- setActiveMenu(InlineMenu) - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineUserData
- setDefaultMenu(InlineMenu) - Method in class com.github.unafraid.telegrambot.handlers.inline.AbstractInlineHandler
- setName(String) - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineMenu
- setState(int) - Method in class com.github.unafraid.telegrambot.handlers.inline.InlineUserData
All Classes All Packages