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
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
.