Sha256: 033b494f3c7d0ba74b7fdf698e9571499872f99b5794948974fe9090101d4645
Contents?: true
Size: 426 Bytes
Versions: 26
Compression:
Stored size: 426 Bytes
Contents
module Telegram module Bot module Types class SuccessfulPayment < Base attribute :currency, String attribute :total_amount, Integer attribute :invoice_payload, String attribute :shipping_option_id, String attribute :order_info, OrderInfo attribute :telegram_payment_charge_id, String attribute :provider_payment_charge_id, String end end end end
Version data entries
26 entries across 26 versions & 3 rubygems