Class: Vk::API::Stats::Methods::GetPostReach
- Inherits:
-
Schema::Method
- Object
- Dry::Struct
- Schema::Method
- Vk::API::Stats::Methods::GetPostReach
- Defined in:
- lib/vk/api/stats/methods/get_post_reach.rb
Overview
Returns stats for a wall post.
Arguments collapse
-
#owner_id ⇒ Integer
Post owner community id.
-
#post_id ⇒ Integer
Wall post id.
Instance Method Summary collapse
Methods inherited from Schema::Method
Constructor Details
#initialize(arguments) ⇒ Stats::Methods::GetPostReach
|
|
# File 'lib/vk/api/stats/methods/get_post_reach.rb', line 15
|
Instance Method Details
#owner_id ⇒ Integer
Returns post owner community id. Specify with "-" sign.
24 |
# File 'lib/vk/api/stats/methods/get_post_reach.rb', line 24 attribute :owner_id, API::Types::Coercible::Int |
#post_id ⇒ Integer
Returns wall post id. Note that stats are available only for '300' last (newest) posts on a community wall.
26 |
# File 'lib/vk/api/stats/methods/get_post_reach.rb', line 26 attribute :post_id, API::Types::Coercible::Int |