I have a message context action that gives the user a modal. When the modal is submitted, what is the best practice for getting/saving the message context that opened the modal in the first place?
ChatGPT is suggesting to pass the messageID in the customID field and parsing it out, which I guess would work, but what is the best way?