Module

x/grammy/types.web.ts>ShippingOption

The Telegram Bot Framework.
Very Popular
Go to Latest
interface ShippingOption
import { type ShippingOption } from "https://dotland.deno.dev/x/grammy@v1.21.2/types.web.ts";

This object represents one shipping option.

Properties

id: string

Shipping option identifier

title: string

Option title

prices: LabeledPrice[]

List of price portions

import ShippingOption
import { ShippingOption } from "https://dotland.deno.dev/x/grammy@v1.21.2/types.web.ts";