Hello, I'm developing a plugin for composer mode and I need to edit the current draft.
As I understand from looking at the documentation, I need to make an API call with the message id of the draft in the url which is "msg_" but from the context in composer mode what I get is a draft id like "dra:***".
I thought about making an API call first to list the messages of a conversation since I do get the conversation id from the context and from there extract the msg_ of the message if it has a draft. The problem I find is when there are several active drafts in a conversation since I only want to edit the draft of the user who is using the plugin.
Is there any way to get the msg_ of the current draft through the context in composer mode?
Thanks very much in advance.