Skip to main content
Module

x/grammy_menu/deps.deno.ts>OrderInfo

Easily create interactive menus with grammY.
Go to Latest
interface OrderInfo
import { type OrderInfo } from "https://deno.land/x/grammy_menu@v1.1.2/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