Skip to content

Commit

Permalink
Updated from Slack docs, 2024/02/02
Browse files Browse the repository at this point in the history
  • Loading branch information
Slack API Ref Buildbot committed Feb 2, 2024
1 parent 8a22e57 commit 54dff67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion methods/chat/chat.postMessage.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"is_archived": "Channel has been archived.",
"message_limit_exceeded": "Members on this team are sending too many messages. For more details, see https://slack.com/help/articles/115002422943-Usage-limits-for-free-workspaces.",
"messages_tab_disabled": "Messages tab for the app is disabled.",
"metadata_must_be_sent_from_app": "Message metadata can only be posted or updated using an app token.",
"metadata_must_be_sent_from_app": "Message metadata can only be posted or updated using an app-level token.",
"metadata_too_large": "Metadata exceeds size limit.",
"msg_too_long": "Message text is too long.",
"no_text": "No message text provided.",
Expand Down
2 changes: 1 addition & 1 deletion methods/chat/chat.scheduleMessage.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"invalid_metadata_schema": "Invalid metadata schema provided.",
"invalid_time": "value passed for post_time was invalid.",
"message_limit_exceeded": "Members on this team are sending too many messages. For more details, see https://slack.com/help/articles/115002422943-Usage-limits-for-free-workspaces.",
"metadata_must_be_sent_from_app": "Message metadata can only be posted or updated using an app token.",
"metadata_must_be_sent_from_app": "Message metadata can only be posted or updated using an app-level token.",
"metadata_too_large": "Metadata exceeds size limit.",
"msg_too_long": "Message text is too long.",
"no_text": "No message text provided.",
Expand Down
2 changes: 1 addition & 1 deletion methods/chat/chat.update.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"invalid_metadata_schema": "Invalid metadata schema provided.",
"is_inactive": "The message cannot be edited within a frozen, archived or deleted channel.",
"message_not_found": "No message exists with the requested timestamp.",
"metadata_must_be_sent_from_app": "Message metadata can only be posted or updated using an app token.",
"metadata_must_be_sent_from_app": "Message metadata can only be posted or updated using an app-level token.",
"metadata_too_large": "Metadata exceeds size limit.",
"msg_too_long": "Message text is too long.",
"no_dual_broadcast_content_update": "Can't broadcast an old reply and update the content at the same time.",
Expand Down

0 comments on commit 54dff67

Please sign in to comment.