wallGetReposts: Returns information about reposts of a post on user wall or...

Description Usage Arguments Value

View source: R/wall.R

Description

Returns information about reposts of a post on user wall or community wall

Usage

1
2
3
4
5
6
7
wallGetReposts(
  owner_id = "",
  post_id = "",
  offset = "",
  count = "20",
  v = getAPIVersion()
)

Arguments

owner_id

User ID or community ID. By default, current user ID. Use a negative value to designate a community ID.

post_id

Post ID.

offset

Offset needed to return a specific subset of reposts.

count

Number of reposts to return.

v

Version of API

Value

Returns an object containing the following fields:


Dementiy/vkR documentation built on Oct. 1, 2020, 9:48 a.m.