MessageThreadSearchResult
toloka.client.search_results.MessageThreadSearchResult
MessageThreadSearchResult(
self,
*,
items: Optional[List[MessageThread]] = None,
has_more: Optional[bool] = None
)
The list of found message chains and whether there is something else on the original request
It's better to use TolokaClient.get_message_threads(), which already implements the correct handling of the search result.
Parameters Description
Parameters | Type | Description |
---|---|---|
items |
Optional[List[MessageThread]] | List of found MessageThread |
has_more |
Optional[bool] | Whether the list is complete:
|