6.3 Get Unjoined Public Groups
#include "BayunCore.h"
Bayun::ShUnjoinedPublicGroupsResponse response = bayunCore->unjoinedPublicGroups("<sessionId>");
if (response != nullptr) {
std::vector<Bayun::ShGroupInfo> groups = response->getGroups();
}Last updated