File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -551,6 +551,7 @@ def __init__(
551551 ):
552552 """
553553 A feedback button element object for either positive or negative feedback.
554+ https://docs.slack.dev/reference/block-kit/block-elements/feedback-buttons-element#button-object-fields
554555
555556 Args:
556557 text (required): An object containing some text. Maximum length for this field is 75 characters.
Original file line number Diff line number Diff line change @@ -561,6 +561,7 @@ def __init__(
561561 ** others : dict ,
562562 ):
563563 """Buttons to indicate positive or negative feedback.
564+ https://docs.slack.dev/reference/block-kit/block-elements/feedback-buttons-element
564565
565566 Args:
566567 action_id (required): An identifier for this action.
@@ -650,6 +651,7 @@ def __init__(
650651 ** others : dict ,
651652 ):
652653 """An icon button to perform actions.
654+ https://docs.slack.dev/reference/block-kit/block-elements/icon-button-element
653655
654656 Args:
655657 action_id: An identifier for this action.
Original file line number Diff line number Diff line change @@ -375,6 +375,7 @@ def __init__(
375375 ** others : dict ,
376376 ):
377377 """Displays actions as contextual info, which can include both feedback buttons and icon buttons.
378+ https://docs.slack.dev/reference/block-kit/blocks/context-actions-block
378379
379380 Args:
380381 elements (required): An array of feedback_buttons or icon_button block elements. Maximum number of items is 5.
You can’t perform that action at this time.
0 commit comments