Sha256: afae45a00d217b39d5eeb6e1a70e9a23b9023e432dd413580cebdc5e657bbd51
Contents?: true
Size: 244 Bytes
Versions: 2
Compression:
Stored size: 244 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class ShippingOption < Base attribute :id, String attribute :title, String attribute :prices, [LabeledPrice] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.6.3 | lib/telegram/bot/types/shipping_option.rb |
telegram-bot-types-0.6.2 | lib/telegram/bot/types/shipping_option.rb |