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 has been 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.
The text was updated successfully, but these errors were encountered:
The
conversations.replies
endpoint returns objects that should conform toobjs_messages
but theirreply_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 theobjs_messages
array should contain items that can be eitherdefs_user_id
ordefs_bot_id
.The text was updated successfully, but these errors were encountered: