Additional chat-related features and issues within Microsoft Teams for business
Made the follow AHK Script.
Note that this only works for a single message, so you can triple clip and copy it without headers. It does not solve the problem when highlighting multiple message, and in fact makes it worse in that use case, but it's something.
#IfWinActive, ahk_exe Teams.exe
Ctrl & C::
{
Send {Lshift Down}{Left}{Lshift Up}
Send ^c
return
}
#IfWinActive