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

Synopsis

setMyDescription

data SetMyDescriptionRequest Source #

Constructors

SetMyDescriptionRequest 

Fields

setMyDescription :: SetMyDescriptionRequest -> ClientM (Response Bool) Source #

Use this method to change the bot's description, which is shown in the chat with the bot if the chat is empty. Returns True on success.