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
The current implementation for the Message variant for the EventCallbackType does not support messages that were sent via Slackbots. The current enum implementation requires a user attribute which does not exist in this type of callback event - you can see the documentation in the bot_message docs. Instead of user you have username.
As an example - this payload will fail when deserialized
The current implementation for the
Message
variant for theEventCallbackType
does not support messages that were sent via Slackbots. The current enum implementation requires auser
attribute which does not exist in this type of callback event - you can see the documentation in thebot_message
docs. Instead ofuser
you haveusername
.As an example - this payload will fail when deserialized
The text was updated successfully, but these errors were encountered: