Optional
exclude_Boolean. Filter out statuses in reply to a different account.
Optional
languageFetch a translation in given language
Requires features['fetchStatusesWithTranslation'].
Optional
limitInteger. Maximum number of results to return.
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
pinnedBoolean. Filter for pinned statuses only. Defaults to false, which includes all statuses. Pinned statuses do not receive special priority in the order of the returned results.
Optional
since_String. All results returned will be greater than this ID. In effect, sets a lower bound on results.
Optional
taggedString. Filter for statuses using a specific hashtag.
Optional
with_Boolean. Also show statuses from muted users. Default to false.
Requires features['timelinesWithMuted'].