Module

x/grammy_types/mod.ts>ShippingOption

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface ShippingOption
import { type ShippingOption } from "https://dotland.deno.dev/x/grammy_types@v3.8.0/mod.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_types@v3.8.0/mod.ts";