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.GetMyShortDescription

Synopsis

GetMyShortDescription

newtype GetMyShortDescriptionRequest Source #

Constructors

GetMyShortDescriptionRequest 

Fields

getMyShortDescription :: GetMyShortDescriptionRequest -> ClientM (Response BotShortDescription) Source #

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