Options
All
  • Public
  • Public/Protected
  • All
Menu

Answer Shipping Query API Payload.

Hierarchy

  • IAnswerShippingQueryPayload

Index

Properties

Optional error_message

error_message: string

Required if ok is False. Error message in human readable form that explains why it is impossible to complete the order (e.g. "Sorry, delivery to your desired address is unavailable'). Telegram will display this message to the user.

ok

ok: boolean

Specify True if delivery to the specified address is possible and False if there are any problems (for example, if delivery to the specified address is not possible).

Optional shipping_options

shipping_options: IShippingOption[]

Required if ok is True. A JSON-serialized array of available shipping options.

shipping_query_id

shipping_query_id: string

Unique identifier for the query to be answered.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc