Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IGetTopPostsOpts

Parameters for top posts getter

typedef

{object} IGetTopPostsOpts

extends

{LimitationParams}

property

{number} minId - minimum id of post

property

{boolean} excludeJoinedCommunities - whether or not it should exclude posts user's communities

Hierarchy

Index

Properties

Optional count

count: undefined | number

Optional excludeJoinedCommunities

excludeJoinedCommunities: undefined | false | true

Optional maxId

maxId: undefined | number

Optional minId

minId: undefined | number

Generated using TypeDoc