Sha256: 91e7ab6031f42663a7ea9c2f114756682acb5cff145116c20f7a91a407e32e8b
Contents?: true
Size: 377 Bytes
Versions: 26
Compression:
Stored size: 377 Bytes
Contents
module Telegram module Bot module Types class PreCheckoutQuery < Base attribute :id, String attribute :from, User attribute :currency, String attribute :total_amount, Integer attribute :invoice_payload, String attribute :shipping_option_id, String attribute :order_info, OrderInfo end end end end
Version data entries
26 entries across 26 versions & 3 rubygems