From 2e4c3a7ebd1a405a9160824704381c4a0c9d1caf Mon Sep 17 00:00:00 2001 From: Viktor Kolev Date: Tue, 10 Mar 2026 12:58:42 +0200 Subject: [PATCH] Update block_elements.py Update docstring to match implementation --- slack_sdk/models/blocks/block_elements.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slack_sdk/models/blocks/block_elements.py b/slack_sdk/models/blocks/block_elements.py index bcf7adfe0..7453c6d4a 100644 --- a/slack_sdk/models/blocks/block_elements.py +++ b/slack_sdk/models/blocks/block_elements.py @@ -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.