Sha256: dbfd5ee9d0af38b20a1631c2aa40c29eb9b969e7cc6734b83f5aa831ccffd3fe

Contents?: true

Size: 785 Bytes

Versions: 1

Compression:

Stored size: 785 Bytes

Contents

# frozen_string_literal: true
require 'vk/api/methods'

module Vk
  module API
    class Photos < Vk::Schema::Namespace
      module Methods
        # Returns the server address for market album photo upload.
        class GetMarketAlbumUploadServer < Schema::Method
          # @!group Properties

          self.open = false
          self.method = 'photos.getMarketAlbumUploadServer'

          # @method initialize(arguments)
          #   @param [Hash] arguments
          #   @option arguments [Integer] :group_id Community ID.
          #   @return [Photos::Methods::GetMarketAlbumUploadServer]

          # @!group Arguments

          # @return [Integer] Community ID.
          attribute :group_id, API::Types::Coercible::Int.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/photos/methods/get_market_album_upload_server.rb