In botkit I setup message_received
or any other handler. When I receive message its text
property should contain actual message written by user. Unfortunately when this message contains e.g. email address I get this message slack-formatted. Example:
user enters: Hey, send an email to foo@bar.com
botkit gives me: Hey, send an email to <mailto:foo@bar.com|foo@bar.com>
Is there a way to get it in raw form, or should I do this unwrapping by hand?