Class: Vk::API::Base::RepostsInfo

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

Overview

Instance Method Summary collapse

Instance Method Details

#countInteger

Returns Reposts number.

Returns:

  • (Integer)

    Reposts number



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

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

#user_repostedInteger

Returns Information whether current user has reposted the post.

Returns:

  • (Integer)

    Information whether current user has reposted the post



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

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