Sha256: 14e183cb6faa3eab8c68be5c41c74d344e5de559bb31f5c813445da8295713ab
Contents?: true
Size: 273 Bytes
Versions: 6
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class ShippingOption < Base attribute :id, Types::String attribute :title, Types::String attribute :prices, Types::Array.of(LabeledPrice) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems