Sha256: 9477881597fc7bab50915ad398a617f307d2eb09e968c6c6b7650ed58562e52c
Contents?: true
Size: 525 Bytes
Versions: 1
Compression:
Stored size: 525 Bytes
Contents
# frozen_string_literal: true require 'vk/api/responses' module Vk module API class Audio < Vk::Schema::Namespace module Responses # @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json class GetBroadcastListResponse < Vk::Schema::Response # @return [Array] @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json attribute :response, API::Types::Coercible::Array.member(API::Users::UserBroadcast).optional end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vk-0.99.5.53.alpha | lib/vk/api/audio/responses/get_broadcast_list_response.rb |