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
When posting messages via the Slack API, the slack-sdk gives this warning:
UserWarning: The top-level `text` argument is missing in the request payload for a chat.postMessage call - It's a
best practice to always provide a `text` argument when posting a message. The `text` argument is used in places
where content cannot be rendered such as: system push notifications, assistive technology such as screen readers,
etc.
warnings.warn(missing_text_message, UserWarning)
The text was updated successfully, but these errors were encountered:
When posting messages via the Slack API, the slack-sdk gives this warning:
The text was updated successfully, but these errors were encountered: