ShippingOption¶
- class aiogram.types.shipping_option.ShippingOption(*, id: str, title: str, prices: list[LabeledPrice], **extra_data: Any)[source]¶
This object represents one shipping option.
Source: https://core.telegram.org/bots/api#shippingoption
- id: str¶
Shipping option identifier
- title: str¶
Option title
- prices: list[LabeledPrice]¶
List of price portions