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.
OptionalrecipientsOnly return conversations with the given recipients (a list of user ids). Requires features['conversationsByRecipients'].
Optionalsince_String. All results returned will be greater than this ID. In effect, sets a lower bound on results.