This object represents one shipping option.
Check the documentation of this model on Telegram Bot API
id: Shipping option identifiertitle: Option titleprices: List of price portions
Summary
Types
@type t() :: %ExGram.Model.ShippingOption{ id: String.t(), prices: [ExGram.Model.LabeledPrice.t()], title: String.t() }