-
Firstly, thank you for a great library! I'm trying to either read the Message-ID from the message object (with the object instance still in memory after send()) or set it / set the conversationId such that I can pick up replies to a specific message programmatically. I'm using Django with this library and I would usually use Could you help please? I've looked into message.py and there does seem to be the possibility to update either message-id or conversationId:
The dict is not being updated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Currently conversation_id is read only and so is object_id |
Beta Was this translation helpful? Give feedback.
Currently conversation_id is read only and so is object_id