Sha256: ace4d560ed0d9f55ec753e13fbdda851d678fc0ffdecbfd9c898e650dc241c3d

Contents?: true

Size: 201 Bytes

Versions: 8

Compression:

Stored size: 201 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class VideoChatParticipantsInvited < Base
        attribute :users, Types::Array.of(User)
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

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