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

Synopsis

GetMyShortDescription

newtype GetMyShortDescriptionRequest Source #

Constructors

GetMyShortDescriptionRequest 

Fields

Instances

Instances details
FromJSON GetMyShortDescriptionRequest Source # 
Instance details

Defined in Telegram.Bot.API.Methods.GetMyShortDescription

ToJSON GetMyShortDescriptionRequest Source # 
Instance details

Defined in Telegram.Bot.API.Methods.GetMyShortDescription

Generic GetMyShortDescriptionRequest Source # 
Instance details

Defined in Telegram.Bot.API.Methods.GetMyShortDescription

Associated Types

type Rep GetMyShortDescriptionRequest :: Type -> Type #

type Rep GetMyShortDescriptionRequest Source # 
Instance details

Defined in Telegram.Bot.API.Methods.GetMyShortDescription

type Rep GetMyShortDescriptionRequest = D1 ('MetaData "GetMyShortDescriptionRequest" "Telegram.Bot.API.Methods.GetMyShortDescription" "telegram-bot-api-7.0-2XShkJeCLX71W7OKNKemWZ" 'True) (C1 ('MetaCons "GetMyShortDescriptionRequest" 'PrefixI 'True) (S1 ('MetaSel ('Just "getMyShortDescriptionLanguageCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text))))

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.