Sha256: 7d09588dea191a5feb448dd57c82d8a046abd14350545c6fbb6ad9a57c118710
Contents?: true
Size: 293 Bytes
Versions: 26
Compression:
Stored size: 293 Bytes
Contents
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
26 entries across 26 versions & 3 rubygems