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

Contents

Synopsis

BotCommand

data BotCommand Source #

This object represents a bot command.

Constructors

BotCommand 

Fields

Instances

Instances details
FromJSON BotCommand Source # 
Instance details

Defined in Telegram.Bot.API.Types.BotCommand

ToJSON BotCommand Source # 
Instance details

Defined in Telegram.Bot.API.Types.BotCommand

Generic BotCommand Source # 
Instance details

Defined in Telegram.Bot.API.Types.BotCommand

Associated Types

type Rep BotCommand :: Type -> Type #

Show BotCommand Source # 
Instance details

Defined in Telegram.Bot.API.Types.BotCommand

type Rep BotCommand Source # 
Instance details

Defined in Telegram.Bot.API.Types.BotCommand

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