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

Telegram.Bot.API.Types.ShippingOption

Synopsis

ShippingOption

data ShippingOption Source #

This object represents one shipping option.

Constructors

ShippingOption 

Fields

Instances

Instances details
FromJSON ShippingOption Source # 
Instance details

Defined in Telegram.Bot.API.Types.ShippingOption

ToJSON ShippingOption Source # 
Instance details

Defined in Telegram.Bot.API.Types.ShippingOption

Generic ShippingOption Source # 
Instance details

Defined in Telegram.Bot.API.Types.ShippingOption

Associated Types

type Rep ShippingOption :: Type -> Type #

Show ShippingOption Source # 
Instance details

Defined in Telegram.Bot.API.Types.ShippingOption

type Rep ShippingOption Source # 
Instance details

Defined in Telegram.Bot.API.Types.ShippingOption

type Rep ShippingOption = D1 ('MetaData "ShippingOption" "Telegram.Bot.API.Types.ShippingOption" "telegram-bot-api-7.0-2XShkJeCLX71W7OKNKemWZ" 'False) (C1 ('MetaCons "ShippingOption" 'PrefixI 'True) (S1 ('MetaSel ('Just "shippingOptionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ShippingOptionId) :*: (S1 ('MetaSel ('Just "shippingOptionTitle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "shippingOptionPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [LabeledPrice]))))