toloka.client.TolokaClient.add_message_thread_to_folders
| Source code
add_message_thread_to_folders( self, message_thread_id: str, folders: Union[List[Folder], MessageThreadFolders])
Adds a message thread to folders.
Parameters | Type | Description |
---|---|---|
message_thread_id | str | The ID of the message thread. |
folders | Union[List[Folder], MessageThreadFolders] | A list of folders where to add the thread. |
Returns:
The updated message thread.
Return type:
Examples:
toloka_client.add_message_thread_to_folders( message_thread_id='62e2e2d68664736ed5df8488', folders=['IMPORTANT'])
Last updated: August 28, 2023