SlackMessage
class SlackMessage (View source)
Properties
| string | $level | The "level" of the notification (info, success, error). | |
| string|null | $username | The username to send the message from. | |
| string|null | $icon | The user icon for the message. | |
| string|null | $channel | The channel to send the message on. | |
| string | $content | The text content of the message. | |
| array | $attachments | The message's attachments. | |
| array | $http | Additional request options for the Guzzle HTTP client. |
Please login to continue.