Class: Vk::API::Photos::PhotoUploadResponse

Inherits:
Schema::Object
  • Object
show all
Defined in:
lib/vk/api/photos/photo_upload_response.rb

Overview

Instance Method Summary collapse

Instance Method Details

#aidInteger

Returns Album ID.

Returns:

  • (Integer)

    Album ID



15
# File 'lib/vk/api/photos/photo_upload_response.rb', line 15

attribute :aid, API::Types::Coercible::Int.optional.default(nil)

#hashString

Returns Uploading hash.

Returns:

  • (String)

    Uploading hash



17
# File 'lib/vk/api/photos/photo_upload_response.rb', line 17

attribute :hash, API::Types::Coercible::String.optional.default(nil)

#photos_listString

Returns Uploaded photos data.

Returns:

  • (String)

    Uploaded photos data



13
# File 'lib/vk/api/photos/photo_upload_response.rb', line 13

attribute :photos_list, API::Types::Coercible::String.optional.default(nil)

#serverInteger

Returns Upload server number.

Returns:

  • (Integer)

    Upload server number



11
# File 'lib/vk/api/photos/photo_upload_response.rb', line 11

attribute :server, API::Types::Coercible::Int.optional.default(nil)