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

Synopsis

BusinessConnection

data BusinessConnection Source #

Describes the connection of the bot with a business account.

Constructors

BusinessConnection 

Fields

Instances

Instances details
FromJSON BusinessConnection Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessConnection

ToJSON BusinessConnection Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessConnection

Generic BusinessConnection Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessConnection

Associated Types

type Rep BusinessConnection :: Type -> Type #

Show BusinessConnection Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessConnection

type Rep BusinessConnection Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessConnection

type Rep BusinessConnection = D1 ('MetaData "BusinessConnection" "Telegram.Bot.API.Types.BusinessConnection" "telegram-bot-api-7.3-CA3mRQnnqku1ilrSlViI2K" 'False) (C1 ('MetaCons "BusinessConnection" 'PrefixI 'True) ((S1 ('MetaSel ('Just "businessConnectionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 BusinessConnectionId) :*: (S1 ('MetaSel ('Just "businessConnectionUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 User) :*: S1 ('MetaSel ('Just "businessConnectionUserChatId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ChatId))) :*: (S1 ('MetaSel ('Just "businessConnectionDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 POSIXTime) :*: (S1 ('MetaSel ('Just "businessConnectionCanReply") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "businessConnectionIsEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)))))