toloka.client.message_thread.Interlocutor | Source code
Interlocutor( self, *, id: Optional[str] = None, role: Union[InterlocutorRole, str, None] = None, myself: Optional[bool] = None)Information about a message sender or recipient.
| Parameters | Type | Description |
|---|---|---|
id | Optional[str] | The ID of the sender or recipient. |
role | Optional[InterlocutorRole] | The role in Toloka. |
myself | Optional[bool] | A flag that is set to |
Last updated: August 28, 2023