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

Telegram.Bot.API.Types.BotDescription

Synopsis

BotDescription

newtype BotDescription Source #

This object represents the bot's description.

Constructors

BotDescription 

Fields

Instances

Instances details
FromJSON BotDescription Source # 
Instance details

Defined in Telegram.Bot.API.Types.BotDescription

ToJSON 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 #

Show BotDescription Source # 
Instance details

Defined in Telegram.Bot.API.Types.BotDescription

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-7.0-2XShkJeCLX71W7OKNKemWZ" 'True) (C1 ('MetaCons "BotDescription" 'PrefixI 'True) (S1 ('MetaSel ('Just "botDescriptionDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))