MESSAGE Block

The MESSAGE block displays the text portion of an attachment.

MESSAGE Block

Block Parameters

Name
type

Description

MESSAGE*
string

Text of the block. Supports BB codes

Supported BB Codes

Code

Purpose

USER

Mention a user with a link to their profile in the chat

CHAT

Link to the chat

SEND

Clickable action "send text to chat"

PUT

Clickable action "insert text into input field"

CALL

Clickable action for making a call

BR

Line break

B

Bold text

U

Underlined text

I

Italic text

S

Strikethrough text

URL

Link

Example

How to Use Examples in Documentation

{
            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