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

Telegram.Bot.API.Methods.GetMyDescription

Synopsis

GetMyDescription

newtype GetMyDescriptionRequest Source #

Constructors

GetMyDescriptionRequest 

Fields

getMyDescription :: GetMyDescriptionRequest -> ClientM (Response BotDescription) Source #

Use this method to get the current bot description for the given user language. Returns BotDescription on success.