Name | Type | Description | Notes |
---|---|---|---|
id | String | Shipping option identifier | |
title | String | Option title | |
prices | Array<LabeledPrice> | List of price portions |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::ShippingOption.new(
id: null,
title: null,
prices: null
)