Raw.UpdateBotShippingQuery

Raw.UpdateBotShippingQuery

This object contains information about an incoming shipping query.

updateBotShippingQuery#b5aefd7d query_id:long user_id:long payload:bytes shipping_address:PostAddress = Update;
export namespace Raw {
  export class UpdateBotShippingQuery {
    constructor(params: {
      queryId: bigint;
      userId: bigint;
      payload: Buffer;
      shippingAddress: Raw.TypePostAddress;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0xb5aefd7d

Property

  • queryId : bigint

    Unique query identifier

  • userId : bigint

    User who sent the query

  • payload : Buffer

    Bot specified invoice payload

  • shippingAddress : Raw.TypePostAddress

    User specified shipping address