Class: Vk::API::Base::CommentsInfo

Inherits:
Schema::Object show all
Defined in:
lib/vk/api/base/comments_info.rb

Overview

Instance Method Summary collapse

Instance Method Details

#can_postInteger

Returns Information whether current user can comment the post.

Returns:

  • (Integer)

    Information whether current user can comment the post



13
# File 'lib/vk/api/base/comments_info.rb', line 13

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

#countInteger

Returns Comments number.

Returns:

  • (Integer)

    Comments number



11
# File 'lib/vk/api/base/comments_info.rb', line 11

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