Class GetChatMenuButton
- java.lang.Object
-
- org.telegram.telegrambots.meta.api.methods.PartialBotApiMethod<T>
-
- org.telegram.telegrambots.meta.api.methods.BotApiMethod<MenuButton>
-
- org.telegram.telegrambots.meta.api.methods.menubutton.GetChatMenuButton
-
- All Implemented Interfaces:
Validable
public class GetChatMenuButton extends BotApiMethod<MenuButton>
- Version:
- 6.0 Use this method to get the current value of the bot's menu button in a private chat, or the default menu button. Returns MenuButton on success.
- Author:
- Ruben Bermudez
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetChatMenuButton.GetChatMenuButtonBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringPATH-
Fields inherited from class org.telegram.telegrambots.meta.api.methods.BotApiMethod
METHOD_FIELD
-
Fields inherited from class org.telegram.telegrambots.meta.api.methods.PartialBotApiMethod
OBJECT_MAPPER
-
-
Constructor Summary
Constructors Constructor Description GetChatMenuButton()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MenuButtondeserializeResponse(String answer)Deserialize a json answer to the response type to a methodStringgetMethod()Getter for method path (that is the same as method name)voidsetChatId(@NonNull Long chatId)-
Methods inherited from class org.telegram.telegrambots.meta.api.methods.PartialBotApiMethod
deserializeResponse, deserializeResponseArray, deserializeResponseSerializable
-
-
-
-
Field Detail
-
PATH
public static final String PATH
- See Also:
- Constant Field Values
-
-
Method Detail
-
setChatId
public void setChatId(@NonNull @NonNull Long chatId)
-
getMethod
public String getMethod()
Description copied from class:BotApiMethodGetter for method path (that is the same as method name)- Specified by:
getMethodin classBotApiMethod<MenuButton>- Returns:
- Method path
-
deserializeResponse
public MenuButton deserializeResponse(String answer) throws TelegramApiRequestException
Description copied from class:PartialBotApiMethodDeserialize a json answer to the response type to a method- Specified by:
deserializeResponsein classPartialBotApiMethod<MenuButton>- Parameters:
answer- Json answer received- Returns:
- Answer for the method
- Throws:
TelegramApiRequestException
-
-