Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShippingQueryEvent

New incoming shipping query. Only for invoices with flexible price.

guides

Check official reference.

eventcategory

'postback'

eventtype

'shipping_query'

Hierarchy

  • EventObject<"postback", "shipping_query">
  • EventBase
  • ShippingQuery
    • ShippingQueryEvent

Index

Properties

botId: number
category: "postback"
channel: TelegramChat

The chat channel

invoicePayload: string

Bot specified invoice payload

platform: "telegram"
queryId: string

Unique query identifier

shippingAddress: any

User specified shipping address

shippingQuery: any

Shipping query object.

type: "shipping_query"
updateId: string

The update's unique identifier. Update identifiers start from a certain positive number and increase sequentially. This ID becomes especially handy if you're using Webhooks, since it allows you to ignore repeated updates or to restore the correct update sequence, should they get out of order. If there are no new updates for at least a week, then identifier of the next update will be chosen randomly instead of sequentially.

User who sent the query

Generated using TypeDoc