Optionalexclude_Boolean. Filter out boosts from the response.
Optionalexclude_Boolean. Filter out statuses in reply to a different account.
OptionallanguageFetch a translation in given language
Requires features['fetchStatusesWithTranslation'].
OptionallimitInteger. Maximum number of results to return.
Optionalmax_String. All results returned will be lesser than this ID. In effect, sets an upper bound on results.
Optionalmin_String. Returns results immediately newer than this ID. In effect, sets a cursor at this ID and paginates forward.
Optionalonly_Boolean. Filter out statuses without events.
Requires features['events'].
Optionalonly_Boolean. Show only statuses with media attached? Defaults to false.
OptionalpinnedBoolean. 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.
Optionalsince_String. All results returned will be greater than this ID. In effect, sets a lower bound on results.
OptionaltaggedString. Filter for statuses using a specific hashtag.
Optionalwith_Boolean. Also show statuses from muted users. Default to false.
Requires features['timelinesWithMuted'].