We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbeb96 commit 7b17257Copy full SHA for 7b17257
slack_sdk/models/blocks/blocks.py
@@ -871,7 +871,7 @@ def __init__(
871
block_id should be unique for each message and each iteration of a message.
872
If a message is updated, use a new block_id.
873
title (required): Title of the plan in plain text
874
- tasks: Details of the task in the form of a single "rich_text" entity.
+ tasks: A sequence of task card blocks. Each task represents a single action within the plan.
875
"""
876
super().__init__(type=self.type, block_id=block_id)
877
show_unknown_key_warning(self, others)
0 commit comments