It looks like this command could use the delta endpoint, allowing for an optional filter to get only messages (or updated messages) since a specific datetime: chatMessages: delta.
If you don't specify a filter, it will just get all messages (without replies) as per the normal /messages endpoint. As the filter param is optional, we should be able to switch the underlying endpoint for the existing command without breaking anybody... thoughts?
It looks like this command could use the delta endpoint, allowing for an optional filter to get only messages (or updated messages) since a specific datetime: chatMessages: delta.
If you don't specify a filter, it will just get all messages (without replies) as per the normal
/messagesendpoint. As the filter param is optional, we should be able to switch the underlying endpoint for the existing command without breaking anybody... thoughts?