Class: Vk::API::Video::Methods::GetComments

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

Overview

Returns a list of comments on a video.

Arguments collapse

Instance Method Summary collapse

Methods inherited from Schema::Method

#call, #method, #to_hash

Constructor Details

#initialize(arguments) ⇒ Video::Methods::GetComments

Options Hash (arguments):



# File 'lib/vk/api/video/methods/get_comments.rb', line 15


Instance Method Details

#countInteger



40
# File 'lib/vk/api/video/methods/get_comments.rb', line 40

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

#extendedBoolean



44
# File 'lib/vk/api/video/methods/get_comments.rb', line 44

attribute :extended, API::Types::Form::Bool.optional.default(nil)

#need_likesBoolean



34
# File 'lib/vk/api/video/methods/get_comments.rb', line 34

attribute :need_likes, API::Types::Form::Bool.optional.default(nil)

#offsetInteger



38
# File 'lib/vk/api/video/methods/get_comments.rb', line 38

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

#owner_idInteger



30
# File 'lib/vk/api/video/methods/get_comments.rb', line 30

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

#sortString



42
# File 'lib/vk/api/video/methods/get_comments.rb', line 42

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

#start_comment_idInteger



36
# File 'lib/vk/api/video/methods/get_comments.rb', line 36

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

#video_idInteger



32
# File 'lib/vk/api/video/methods/get_comments.rb', line 32

attribute :video_id, API::Types::Coercible::Int