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