Sha256: 527cb1bec0d971128849006b740580c53e9f060f8eeaab209215b2a88600762f

Contents?: true

Size: 236 Bytes

Versions: 2

Compression:

Stored size: 236 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class UsersShared < Base
        attribute :request_id, Types::Integer
        attribute :users, Types::Array.of(SharedUser)
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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