telegram-bot-api-6.5.1: Easy to use library for building Telegram bots. Exports Telegram Bot API.
Safe HaskellNone
LanguageHaskell2010

Telegram.Bot.API.Types.BotDescription

Synopsis

BotDescription

data BotDescription Source #

This object represents the bot's description.

Constructors

BotDescription 

Fields

Instances

Instances details
Show BotDescription Source # 
Instance details

Defined in Telegram.Bot.API.Types.BotDescription

Generic BotDescription Source # 
Instance details

Defined in Telegram.Bot.API.Types.BotDescription

Associated Types

type Rep BotDescription :: Type -> Type #

FromJSON BotDescription Source # 
Instance details

Defined in Telegram.Bot.API.Types.BotDescription

Methods

parseJSON :: Value -> Parser BotDescription

parseJSONList :: Value -> Parser [BotDescription]

ToJSON BotDescription Source # 
Instance details

Defined in Telegram.Bot.API.Types.BotDescription

Methods

toJSON :: BotDescription -> Value

toEncoding :: BotDescription -> Encoding

toJSONList :: [BotDescription] -> Value

toEncodingList :: [BotDescription] -> Encoding

type Rep BotDescription Source # 
Instance details

Defined in Telegram.Bot.API.Types.BotDescription

type Rep BotDescription = D1 ('MetaData "BotDescription" "Telegram.Bot.API.Types.BotDescription" "telegram-bot-api-6.5.1-inplace" 'False) (C1 ('MetaCons "BotDescription" 'PrefixI 'True) (S1 ('MetaSel ('Just "botDescriptionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))