Sha256: f36dbead9bd2afd5d85e835e80716857a81c119151b3cce11be033119b7bb36a

Contents?: true

Size: 308 Bytes

Versions: 6

Compression:

Stored size: 308 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class ShippingQuery < Base
        attribute :id, Types::String
        attribute :from, User
        attribute :invoice_payload, Types::String
        attribute :shipping_address, ShippingAddress
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.2.0 lib/telegram/bot/types/shipping_query.rb
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/shipping_query.rb
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/shipping_query.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/shipping_query.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/shipping_query.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/shipping_query.rb