Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStreamOptions

Hierarchy

  • IStreamOptions

Index

Properties

Optional author

author: string

limit posts to those written by the specified username

Optional hashtag

hashtag: string

limit posts to those containing the specified hashtag

Optional include_author

include_author: boolean

whether to include the author in mentions queries

Optional limit

limit: number

return at most limit posts.

Optional mentions

mentions: string

limit posts to those mentioning the specified username

Optional newer_posts

newer_posts: boolean

whether to return posts newer or older than start

Optional starred

starred: boolean

limit posts to those by starred (followed) users

Optional start

start: Moment

the starting date to query

Generated using TypeDoc