Property | Type | Description | |
---|---|---|---|
SlackAttachment | System |
Method | Description | |
---|---|---|
SlackAttachment ( string text, string fallback ) : System |
Initializes a new instance of the SlackAttachment class with the given text and fallback.
|
Method | Description | |
---|---|---|
SlackAttachment ( ) : System |
Default constructor for serialization purposes
|
public SlackAttachment ( string text, string fallback ) : System | ||
text | string | The main text in a message attachment. The text may contain Markdown-style formatting
/// as described in |
fallback | string | A plain-text summary of the attachment which will be used in clients /// that don't show formatted text (e.g. IRC, mobile notifications). It should not contain any markup. |
return | System |