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
{{ message }}
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
The conversations.replies endpoint returns objects that should conform to objs_messages but their reply_users field can contain bot user ids in addition to normal user ids. Those start with a B and so they fail validation for those messages. I think the objs_messages array should contain items that can be either defs_user_id or defs_bot_id.