setMarkdownInAttachments() public method

Set the attachment fields which should be formatted in Slack's Markdown-like language.
public setMarkdownInAttachments ( array $fields ) : void
$fields array
return void
 /**
  * Set the attachment fields which should be formatted
  * in Slack's Markdown-like language
  *
  * @param array $fields
  * @return void 
  * @static 
  */
 public static function setMarkdownInAttachments($fields)
 {
     \Maknz\Slack\Client::setMarkdownInAttachments($fields);
 }