message_object | R Documentation |
Views are app-customized visual areas within modals and Home tabs.
message_object( text = NULL, blocks = NULL, attachments = NULL, thread_ts = NULL, mrkdown = NULL )
text |
The usage of this field changes depending on whether you're using blocks or not. If you are, this is used as a fallback string to display in notifications. If you aren't, this is the main body text of the message. It can be formatted as plain text, or with mrkdwn. This field is not enforced as required when using blocks, however it is highly recommended that you include it as the aforementioned fallback. |
blocks |
A list of @familyBlocks in the same format as described in the building blocks guide. |
attachments |
A list of legacy secondary attachments. We recommend you use blocks instead. |
The |
ID of another un-threaded message to reply to. |
mrkdwn |
Determines whether the text field is rendered according to mrkdwn formatting or not. Defaults to true. |
A message object
https://api.slack.com/reference/messaging/payload
Other Messaging:
attachment_field_object()
,
attachment_object()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.