Sha256: d529c22332a3e1289f922ebc401307f598b8dccc34a5a618b920069e74c7aed0
Contents?: true
Size: 249 Bytes
Versions: 8
Compression:
Stored size: 249 Bytes
Contents
# frozen_string_literal: true 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
8 entries across 8 versions & 1 rubygems