Interface: Block
Extended by
ActionsBlock
ContextBlock
DividerBlock
FileBlock
HeaderBlock
InputBlock
RichTextBlock
SectionBlock
VideoBlock
Properties
block_id?
optional block_id: string;
Description
A string acting as a unique identifier for a block. If not specified, a block_id
will be generated.
You can use this block_id
when you receive an interaction payload to
identify the source of the action.
Maximum length for this field is 255 characters. block_id
should be unique for each message and each iteration of
a message. If a message is updated, use a new block_id
.
Defined in
type
type: string;
Description
The type of block.