Sha256: dfc80aa409437875af7113c7c173d179d4fe76e5e26d6c07532e10959dfe12bd

Contents?: true

Size: 408 Bytes

Versions: 11

Compression:

Stored size: 408 Bytes

Contents

# frozen_string_literal: true

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

11 entries across 11 versions & 2 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-types-0.7.0 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-types-0.6.3 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-types-0.6.2 lib/telegram/bot/types/pre_checkout_query.rb