Editing a pinned message?
Hello! I have a reply to an interaction that I'd like to edit at a later time.
The ID of the reply is stored in my database, and then the message is pinned to save it:
At a later time in my code when a button is pressed, I want this message to update. So I fetch the pinned messages:
But at this point, I'm stuck. Is there a way to access the message by ID here so that I can edit it?
The following doesn't seem to work:
The ID of the reply is stored in my database, and then the message is pinned to save it:
At a later time in my code when a button is pressed, I want this message to update. So I fetch the pinned messages:
But at this point, I'm stuck. Is there a way to access the message by ID here so that I can edit it?
The following doesn't seem to work: