toloka.client.message_thread.MessageThread.ComposeDetails
| Source code
ComposeDetails( self, *, recipients_select_type: Union[RecipientsSelectType, str, None] = None, recipients_ids: Optional[List[str]] = None, recipients_filter: Optional[FilterCondition] = None)
The details of selecting recipients.
Parameters | Type | Description |
---|---|---|
recipients_select_type | Optional[RecipientsSelectType] | The way of specifying message recipients. |
recipients_ids | Optional[List[str]] | A list of Toloker IDs. It is filled if |
recipients_filter | Optional[FilterCondition] | A filter for selecting Tolokers. It is set if |
Last updated: August 28, 2023