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

Telegram.Bot.API.Types.ShippingAddress

Synopsis

ShippingAddress

data ShippingAddress Source #

This object represents a shipping address.

Constructors

ShippingAddress 

Fields

Instances

Instances details
FromJSON ShippingAddress Source # 
Instance details

Defined in Telegram.Bot.API.Types.ShippingAddress

ToJSON ShippingAddress Source # 
Instance details

Defined in Telegram.Bot.API.Types.ShippingAddress

Generic ShippingAddress Source # 
Instance details

Defined in Telegram.Bot.API.Types.ShippingAddress

Associated Types

type Rep ShippingAddress :: Type -> Type #

Show ShippingAddress Source # 
Instance details

Defined in Telegram.Bot.API.Types.ShippingAddress

type Rep ShippingAddress Source # 
Instance details

Defined in Telegram.Bot.API.Types.ShippingAddress

type Rep ShippingAddress = D1 ('MetaData "ShippingAddress" "Telegram.Bot.API.Types.ShippingAddress" "telegram-bot-api-6.7-8B5O9jcStFh8aacJiwZZeM" 'False) (C1 ('MetaCons "ShippingAddress" 'PrefixI 'True) ((S1 ('MetaSel ('Just "shippingAddressCountryCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "shippingAddressState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "shippingAddressCity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "shippingAddressStreetLine1") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "shippingAddressStreetLine2") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "shippingAddressPostCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))))