Class: Vk::API::Photos::Methods::GetNewTags

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

Overview

Returns a list of photos with tags that have not been viewed.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Photos::Methods::GetNewTags

Parameters:

  • arguments (Hash)

Options Hash (arguments):

  • :offset (Integer)

    Offset needed to return a specific subset of photos.

  • :count (Integer)

    Number of photos to return.



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

Instance Method Details

#countInteger

Returns Number of photos to return.

Returns:

  • (Integer)

    Number of photos to return.



26
# File 'lib/vk/api/photos/methods/get_new_tags.rb', line 26

attribute :count, API::Types::Coercible::Int.optional.default(20)

#offsetInteger

Returns Offset needed to return a specific subset of photos.

Returns:

  • (Integer)

    Offset needed to return a specific subset of photos.



24
# File 'lib/vk/api/photos/methods/get_new_tags.rb', line 24

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