Sha256: dcde1d8dae0872b5de18726688c41821cfee48b3b62c0307cd711c155ae4ae37
Contents?: true
Size: 359 Bytes
Versions: 6
Compression:
Stored size: 359 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class Invoice < Base attribute :title, Types::String attribute :description, Types::String attribute :start_parameter, Types::String attribute :currency, Types::String attribute :total_amount, Types::Integer end end end end
Version data entries
6 entries across 6 versions & 1 rubygems