A class representing query to retrieve list of BaseMessages that matches a given query with given filters.
MessageSearchQuery can be generated by using sendbirdChat.createMessageSearchQuery().
Gets the list of BaseMessages that matches the given search.
If this method is repeatedly called after each next() is finished,
it retrieves the following search results as BaseMessage list.
If there is no more search results, an empty List (not null) is returned.
Description
A class representing query to retrieve list of BaseMessages that matches a given query with given filters. MessageSearchQuery can be generated by using sendbirdChat.createMessageSearchQuery().