Add "Copy Message" to message context menu
Describe the problem
Copying a message is a very common action. Therefore I suggest making this easier by adding it as a button in the message context menu. This button would copy the contents of the message (i.e. image data, text, etc.) to the clipboard.
Describe the solution you'd like
A "Copy Message" button is added to the message context menu. This button would copy the contents of the message to the clipboard.
Alternatives considered
No response
Additional context
No response
I actually need this for mobile since highlighting messages on mobile is impractical to begin with (and removes the option for clean interaction with long-press) I can clean up my PR for mobile context menus in a bit so there isn't any collision there (I refactor it a significant amount).