ShippingOption
This object represents one shipping option.
fields
| field | type | required | description |
|---|---|---|---|
id | string | required | Shipping option identifier |
title | string | required | Option title |
prices | LabeledPrice[] | required | List of price portions |
import
import type { ShippingOption } from "@yaebal/types";used by
methods
official Bot API docs: https://core.telegram.org/bots/api/#shippingoption