Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion slack_sdk/models/blocks/block_elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def __init__(
text (required): A text object that defines the button's text.
Can only be of type: plain_text.
Maximum length for the text in this field is 75 characters.
action_id (required): An identifier for this action.
action_id: An identifier for this action.
You can use this when you receive an interaction payload to identify the source of the action.
Should be unique among all other action_ids in the containing block.
Maximum length for this field is 255 characters.
Expand Down