OptionalinstanceBoolean. Show only statuses from the given domain.
Requires features['instanceTimeline'].
OptionallanguageFetch a translation in given language
Requires features['fetchStatusesWithTranslation'].
OptionallimitInteger. Maximum number of results to return.
OptionallocalBoolean. Show only local statuses? Defaults to false.
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.
OptionalremoteBoolean. Show only remote statuses? Defaults to false.
Optionalsince_String. All results returned will be greater than this ID. In effect, sets a lower bound on results.
Optionalwith_Boolean. Also show statuses from muted users. Default to false.
Requires features['timelinesWithMuted'].