Sha256: 0777d6e7f9f9a18903722aa9b88678ad6fe44955bea8a24b0f4397589be5026d

Contents?: true

Size: 193 Bytes

Versions: 3

Compression:

Stored size: 193 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class UserChatBoosts < Base
        attribute :boosts, Types::Array.of(ChatBoost)
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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