Skip to main content

slack.postmessageprops.parse

Home > @runlightyear/slack > PostMessageProps > parse

PostMessageProps.parse property

Change how messages are treated.

Messages are formatted as described in the formatting spec. The formatting behavior will change depending on the value of parse.

By default, URLs will be hyperlinked. Set parse to none to remove the hyperlinks.

The behavior of parse is different for text formatted with mrkdwn. By default, or when parse is set to none, mrkdwn formatting is implemented. To ignore mrkdwn formatting, set parse to full.

Signature:
parse?: "full" | "none";