MESSAGE Block
The MESSAGE block displays the text portion of an attachment.

Block Parameters
|
Name |
Description |
|
MESSAGE* |
Text of the block. Supports BB codes |
Supported BB Codes
|
Code |
Purpose |
|
|
Mention a user with a link to their profile in the chat |
|
|
Link to the chat |
|
|
Clickable action "send text to chat" |
|
|
Clickable action "insert text into input field" |
|
|
Clickable action for making a call |
|
|
Line break |
|
|
Bold text |
|
|
Underlined text |
|
|
Italic text |
|
|
Strikethrough text |
|
|
Link |
Example
How to Use Examples in Documentation
JS
PHP
{
MESSAGE: 'The API will be available in the update [B]im 24.0.0[/B]'
}
[
'MESSAGE' => 'The API will be available in the update [B]im 24.0.0[/B]'
]
Continue Learning
Copied
Previous
Next