Sha256: cdd6756a8194a1360d428ebec7c8fa9444ba5a7b6771e2bbf4098eeba7ab22d6
Contents?: true
Size: 194 Bytes
Versions: 1
Compression:
Stored size: 194 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class VoiceChatParticipantsInvited < Base attribute :users, Array.of(User) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-types-0.7.0 | lib/telegram/bot/types/voice_chat_participants_invited.rb |