Base class for all chat message histories. All chat message histories should extend this class.
Add a list of messages.
Implementations should override this method to handle bulk addition of messages in an efficient manner to avoid unnecessary round-trips to the underlying store.
A list of BaseMessage objects to store.
Base class for all chat message histories. All chat message histories should extend this class.