Module

x/grammy/types.deno.ts>ShippingQuery

The Telegram Bot Framework.
Very Popular
Go to Latest
interface ShippingQuery
import { type ShippingQuery } from "https://dotland.deno.dev/x/grammy@v1.21.2/types.deno.ts";

This object contains information about an incoming shipping query.

Properties

id: string

Unique query identifier

from: User

User who sent the query

invoice_payload: string

Bot specified invoice payload

shipping_address: ShippingAddress

User specified shipping address

import ShippingQuery
import { ShippingQuery } from "https://dotland.deno.dev/x/grammy@v1.21.2/types.deno.ts";