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