Skip to main content
Module

x/grammy_conversations/deps.deno.ts>OrderInfo

Conversational interfaces for grammY
Go to Latest
interface OrderInfo
import { type OrderInfo } from "https://deno.land/x/grammy_conversations@v1.1.0/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