Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 477 Bytes

ShippingOption.md

File metadata and controls

22 lines (16 loc) · 477 Bytes

TelegramBotOpenapi::ShippingOption

Properties

Name Type Description Notes
id String Shipping option identifier
title String Option title
prices Array<LabeledPrice> List of price portions

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::ShippingOption.new(
  id: null,
  title: null,
  prices: null
)