Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGetTimelinePosts

Parameters for posts().getTimelinePosts()

typedef

{object} IGetTimelinePosts

property

{number[]} listIds - list IDs to filter posts on

property

{number[]} circleIds - circle IDs to filter posts on

property

{number} maxId - maximum post ID

property

{number} count - number of posts to return

property

{username} string - return certain user's posts only

property

{authenticatedRequest} boolean - whether the request is public or authenticated

Hierarchy

  • IGetTimelinePosts

Index

Properties

authenticatedRequest

authenticatedRequest: boolean

Optional circleIds

circleIds: number[]

Optional count

count: undefined | number

Optional listIds

listIds: number[]

Optional maxId

maxId: undefined | number

Optional username

username: undefined | string

Generated using TypeDoc