Skip to main content
Module

x/grammy_types/mod.ts>OrderInfo

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface OrderInfo
import { type OrderInfo } from "https://deno.land/x/grammy_types@v3.4.5/mod.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