Optional
instanceBoolean. Show only statuses from the given domain.
Requires features['instanceTimeline'].
Optional
languageFetch a translation in given language
Requires features['fetchStatusesWithTranslation'].
Optional
limitInteger. Maximum number of results to return.
Optional
localBoolean. Show only local statuses? Defaults to false.
Optional
max_String. All results returned will be lesser than this ID. In effect, sets an upper bound on results.
Optional
min_String. Returns results immediately newer than this ID. In effect, sets a cursor at this ID and paginates forward.
Optional
only_Boolean. Filter out statuses without events.
Requires features['events'].
Optional
only_Boolean. Show only statuses with media attached? Defaults to false.
Optional
remoteBoolean. Show only remote statuses? Defaults to false.
Optional
since_String. All results returned will be greater than this ID. In effect, sets a lower bound on results.
Optional
with_Boolean. Also show statuses from muted users. Default to false.
Requires features['timelinesWithMuted'].