You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: slack_sdk/models/blocks/basic_components.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -554,7 +554,8 @@ def __init__(
554
554
555
555
Args:
556
556
text (required): An object containing some text. Maximum length for this field is 75 characters.
557
-
accessibility_label: A label for longer descriptive text about a button element. This label will be read out by screen readers instead of the button `text` object.
557
+
accessibility_label: A label for longer descriptive text about a button element. This label will be read out by
558
+
screen readers instead of the button `text` object.
558
559
value (required): The button value. Maximum length for this field is 2000 characters.
0 commit comments