Sha256: 0684d29c76a1c09f41ab395808907ae0e32c2239a383e9916a9f4f23b7f76baf

Contents?: true

Size: 218 Bytes

Versions: 22

Compression:

Stored size: 218 Bytes

Contents

module Telegram
  module Bot
    module Types
      class ShippingOption < Base
        attribute :id, String
        attribute :title, String
        attribute :prices, Array[LabeledPrice]
      end
    end
  end
end

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.8.1 lib/telegram/bot/types/shipping_option.rb
telegram-bot-ruby-0.8.0 lib/telegram/bot/types/shipping_option.rb