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

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.