Sha256: 1fa986284fece85b29a1d61c5b5e05b507217e09ec21938c6bc4857a3339e097
Contents?: true
Size: 205 Bytes
Versions: 11
Compression:
Stored size: 205 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class LabeledPrice < Base attribute :label, String attribute :amount, Integer end end end end
Version data entries
11 entries across 11 versions & 2 rubygems