Is there a way to see if a message is whispered using TextChatService.SendingMessage?

so basically for .Chatted the second argument is wether the message is private (whispered with /w) but what about .SendingMessage?

		if textChatMessage.TextChannel.Name == 'RBXWhisper' then return end