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

Synopsis

BusinessOpeningHours

data BusinessOpeningHours Source #

 

Constructors

BusinessOpeningHours 

Fields

Instances

Instances details
FromJSON BusinessOpeningHours Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessOpeningHours

ToJSON BusinessOpeningHours Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessOpeningHours

Generic BusinessOpeningHours Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessOpeningHours

Associated Types

type Rep BusinessOpeningHours :: Type -> Type #

Show BusinessOpeningHours Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessOpeningHours

type Rep BusinessOpeningHours Source # 
Instance details

Defined in Telegram.Bot.API.Types.BusinessOpeningHours

type Rep BusinessOpeningHours = D1 ('MetaData "BusinessOpeningHours" "Telegram.Bot.API.Types.BusinessOpeningHours" "telegram-bot-api-7.3-CA3mRQnnqku1ilrSlViI2K" 'False) (C1 ('MetaCons "BusinessOpeningHours" 'PrefixI 'True) (S1 ('MetaSel ('Just "businessOpeningHoursTimeZoneName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "businessOpeningHoursOpeningHours") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [BusinessOpeningHoursInterval])))