How to get the client recipient in TextChannel.ShouldDeliverCallback

In the wiki it says “Called for each client when TextChannel is receiving an incoming message to determine whether or not it should be delivered to that client. Can only be defined on the server.”

The callback function gives you a TextChatMessage and a TextSource as the parameters, but not the recipient. I want to filter the message based on who the recipient is though. How can I get the recipient?