Skip to main content
Module

x/grammy_hydrate/deps.deno.ts>OrderInfo

Hydration plugin for API calls and context objects.
Latest
interface OrderInfo
import { type OrderInfo } from "https://deno.land/x/grammy_hydrate@v1.4.1/deps.deno.ts";

This object represents information about an order.

Properties

optional
name: string

User name

optional
phone_number: string

User's phone number

optional
email: string

User email

optional
shipping_address: ShippingAddress

User shipping address