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

Telegram.Bot.API.Types.BotShortDescription

Synopsis

BotShortDescription

data BotShortDescription Source #

This object represents the bot's short description.

Constructors

BotShortDescription 

Fields

Instances

Instances details
FromJSON BotShortDescription Source # 
Instance details

Defined in Telegram.Bot.API.Types.BotShortDescription

ToJSON BotShortDescription Source # 
Instance details

Defined in Telegram.Bot.API.Types.BotShortDescription

Generic BotShortDescription Source # 
Instance details

Defined in Telegram.Bot.API.Types.BotShortDescription

Associated Types

type Rep BotShortDescription :: Type -> Type #

Show BotShortDescription Source # 
Instance details

Defined in Telegram.Bot.API.Types.BotShortDescription

type Rep BotShortDescription Source # 
Instance details

Defined in Telegram.Bot.API.Types.BotShortDescription

type Rep BotShortDescription = D1 ('MetaData "BotShortDescription" "Telegram.Bot.API.Types.BotShortDescription" "telegram-bot-api-6.7-8B5O9jcStFh8aacJiwZZeM" 'False) (C1 ('MetaCons "BotShortDescription" 'PrefixI 'True) (S1 ('MetaSel ('Just "botShortDescriptionShortDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))