telegram-bot-api-6.7: Easy to use library for building Telegram bots. Exports Telegram Bot API.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Telegram.Bot.API.Methods.GetChatMenuButton

Synopsis

getChatMenuButton

data GetChatMenuButtonRequest Source #

Request parameters for getChatMenuButton.

Constructors

GetChatMenuButtonRequest 

Fields

getChatMenuButton :: GetChatMenuButtonRequest -> ClientM (Response MenuButton) Source #

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.