toloka.client.message_thread.MessageThreadReply
| Source code
MessageThreadReply(self, *, text: Optional[Dict[str, str]] = None)
Reply to message thread.
Parameters | Type | Description |
---|---|---|
text | Optional[Dict[str, str]] | Message text. You can provide text in several languages (the message will come in the Toloker's language). Format: {"<language RU / EN/TR/ID / FR>": "<message text>"}. |