Sha256: 4e225bbb63f911b571f99aad1585ce22ab0405d566d377ce5a282fdb74e5dd0e
Contents?: true
Size: 640 Bytes
Versions: 1
Compression:
Stored size: 640 Bytes
Contents
# frozen_string_literal: true require 'vk/api/objects' require 'vk/schema/namespace' module Vk module API class Photos < Vk::Schema::Namespace # @see https://github.com/VKCOM/vk-api-schema/blob/master/objects.json class MessageUploadResponse < Vk::Schema::Object # @return [Integer] Upload server number attribute :server, API::Types::Coercible::Int.optional # @return [String] Uploaded photo data attribute :photo, API::Types::Coercible::String.optional # @return [String] Uploading hash attribute :hash, API::Types::Coercible::String.optional 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/message_upload_response.rb |