SlackChatMessageAttachment.

Mrkdwn_In Property

Summary

Collection of fields that use Slack's Markdown-like message formatting. Valid values are "pretext", "text", and "fields".
Assembly
Cake.Slack.dll
Namespace
Cake.Slack.Chat
Containing Type
SlackChatMessageAttachment

Syntax

public IList<string> Mrkdwn_In { get; set; }

Value

Type Description
IList<string> Which fields use Slack's Markdown-like message formatting.