Skip to main content
Module

x/grammy/types.ts>OrderInfo

The Telegram Bot Framework.
Very Popular
Go to Latest
interface OrderInfo
import { type OrderInfo } from "https://deno.land/x/grammy@v1.12.0/types.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