Sha256: 50cefd3bec40e555d1c6241197f7853e0e5932dfad1621213213df61e205019e
Contents?: true
Size: 252 Bytes
Versions: 1
Compression:
Stored size: 252 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class ShippingOption < Base attribute :id, String attribute :title, String attribute :prices, Array.of(LabeledPrice) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.7.0 | lib/telegram/bot/types/shipping_option.rb |