toloka.client.search_results.MessageThreadSearchResult
MessageThreadSearchResult( self, *, items: Optional[List[MessageThread]] = None, has_more: Optional[bool] = None)
The result of searching message threads.
Parameters | Type | Description |
---|---|---|
items | Optional[List[MessageThread]] | A list with found message threads. |
has_more | Optional[bool] | A flag showing whether there are more matching message threads.
|
Last updated: August 28, 2023