Class: Vk::API::Fave::Methods::GetPhotos
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Fave::Methods::GetPhotos
- Defined in:
- lib/vk/api/fave/methods/get_photos.rb
Overview
Returns a list of photos that the current user has liked.; ;
Arguments collapse
-
#count ⇒ Integer
Number of photos to return.
-
#offset ⇒ Integer
Offset needed to return a specific subset of photos.
-
#photo_sizes ⇒ Boolean
'1' — to return photo sizes in a .
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Fave::Methods::GetPhotos
|
# File 'lib/vk/api/fave/methods/get_photos.rb', line 15
|
Instance Method Details
#count ⇒ Integer
Returns Number of photos to return.
27 |
# File 'lib/vk/api/fave/methods/get_photos.rb', line 27 attribute :count, API::Types::Coercible::Int.optional.default(50) |