Sha256: ff1c6563a90768ca6afcd8034e77211a1277a34b2f9e9fced6956b043a0eb571

Contents?: true

Size: 178 Bytes

Versions: 1

Compression:

Stored size: 178 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class Gifts < Base
        attribute :gifts, Types::Array.of(Gift)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.1.0 lib/telegram/bot/types/gifts.rb