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

Telegram.Bot.API.Types.BusinessIntro

Synopsis

BusinessIntro

data BusinessIntro Source #

Contains information about the start page settings of a Telegram Business account.

Constructors

BusinessIntro 

Fields

Instances

Instances details
FromJSON BusinessIntro Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessIntro

ToJSON BusinessIntro Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessIntro

Generic BusinessIntro Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessIntro

Associated Types

type Rep BusinessIntro :: Type -> Type #

Show BusinessIntro Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessIntro

type Rep BusinessIntro Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessIntro

type Rep BusinessIntro = D1 ('MetaData "BusinessIntro" "Telegram.Bot.API.Types.BusinessIntro" "telegram-bot-api-7.3-CA3mRQnnqku1ilrSlViI2K" 'False) (C1 ('MetaCons "BusinessIntro" 'PrefixI 'True) (S1 ('MetaSel ('Just "businessIntroTitle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "businessIntroMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "businessIntroSticker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Sticker)))))