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

Synopsis

BusinessLocation

data BusinessLocation Source #

Contains information about the location of a Telegram Business account.

Constructors

BusinessLocation 

Fields

Instances

Instances details
FromJSON BusinessLocation Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessLocation

ToJSON BusinessLocation Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessLocation

Generic BusinessLocation Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessLocation

Associated Types

type Rep BusinessLocation :: Type -> Type #

Show BusinessLocation Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessLocation

type Rep BusinessLocation Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessLocation

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