API Reference / getProxiedMessage
Function: getProxiedMessage()
getProxiedMessage(
system,body):ProxiedMessage|undefined
Defined in: service.ts:108
Checks if a proxy applies to this message, and if so, returns information about the member and their preferences. Also includes a clean version of the message body with the proxy prefix removed, ready for display.
Parameters
system
System | null
body
string
Returns
ProxiedMessage | undefined