Currently chat posts have to be fetched for each conversation. This takes a lot of time, and becomes even slower when behind a request queue to avoid rate-limiting issues. Please add support for batch requests for GetPosts, as well as any other en...