Sha256: aff73ddff386a51a22da9bbe0c7c739a85cef919f60bed92f5071e4b49962bc5

Contents?: true

Size: 191 Bytes

Versions: 8

Compression:

Stored size: 191 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class VideoChatParticipantsInvited < Base
        attribute :users, Array[User]
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/video_chat_participants_invited.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/video_chat_participants_invited.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/video_chat_participants_invited.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/video_chat_participants_invited.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/video_chat_participants_invited.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/video_chat_participants_invited.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/video_chat_participants_invited.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/video_chat_participants_invited.rb