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