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

Synopsis

ShippingQuery

data ShippingQuery Source #

This object contains information about an incoming shipping query.

Constructors

ShippingQuery 

Fields

Instances

Instances details
FromJSON ShippingQuery Source # 
Instance details

Defined in Telegram.Bot.API.Types.ShippingQuery

ToJSON ShippingQuery Source # 
Instance details

Defined in Telegram.Bot.API.Types.ShippingQuery

Generic ShippingQuery Source # 
Instance details

Defined in Telegram.Bot.API.Types.ShippingQuery

Associated Types

type Rep ShippingQuery :: Type -> Type #

Show ShippingQuery Source # 
Instance details

Defined in Telegram.Bot.API.Types.ShippingQuery

type Rep ShippingQuery Source # 
Instance details

Defined in Telegram.Bot.API.Types.ShippingQuery

type Rep ShippingQuery = D1 ('MetaData "ShippingQuery" "Telegram.Bot.API.Types.ShippingQuery" "telegram-bot-api-6.7-8B5O9jcStFh8aacJiwZZeM" 'False) (C1 ('MetaCons "ShippingQuery" 'PrefixI 'True) ((S1 ('MetaSel ('Just "shippingQueryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "shippingQueryFrom") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 User)) :*: (S1 ('MetaSel ('Just "shippingQueryInvoicePayload") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "shippingQueryShippingAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ShippingAddress))))