toloka.client.message_thread.MessageThread.Message
| Source code
Message( self, *, text: Optional[Dict[str, str]] = None, from_: Optional[Interlocutor] = None, created: Optional[datetime] = None)
A message in a thread.
Parameters | Type | Description |
---|---|---|
text | Optional[Dict[str, str]] | The message text. The |
from_ | Optional[Interlocutor] | Information about the sender. |
created | Optional[datetime] | The date and time when the message was created. |
Last updated: August 28, 2023