Module

x/grammy/platform.deno.ts>ShippingOption

The Telegram Bot Framework.
Very Popular
Go to Latest
interface ShippingOption
import { type ShippingOption } from "https://dotland.deno.dev/x/grammy@v1.10.1/platform.deno.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.10.1/platform.deno.ts";