telegram-bot-api-7.4.5: Easy to use library for building Telegram bots. Exports Telegram Bot API.
Safe HaskellNone
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 
Instance details

Defined in Telegram.Bot.API.Types.BusinessIntro

type Rep BusinessIntro = D1 ('MetaData "BusinessIntro" "Telegram.Bot.API.Types.BusinessIntro" "telegram-bot-api-7.4.5-C30gz7jHapzKe4VtLU2OM4" '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)))))
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.4.5-C30gz7jHapzKe4VtLU2OM4" '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)))))