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

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.11.0 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.10.1 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.10.0 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.9.1 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.9.0 lib/telegram/bot/types/pre_checkout_query.rb
dialog_bot_ruby-0.8.8 lib/telegram/bot/types/pre_checkout_query.rb
dialog_bot_ruby-0.8.7 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-types-0.6.1 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-types-0.6.0 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.8.6.1 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.8.6 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-ruby-0.8.5 lib/telegram/bot/types/pre_checkout_query.rb
telegram-bot-types-0.5.0 lib/telegram/bot/types/pre_checkout_query.rb