6.2 Get My Groups
#include "BayunCore.h"
Bayun::ShMyGroupsResponse response = bayunCore->myGroups(sessionId);
if (response != nullptr) {
std::vector<Bayun::ShGroupInfo> groups = response->getGroups();
}Last updated
#include "BayunCore.h"
Bayun::ShMyGroupsResponse response = bayunCore->myGroups(sessionId);
if (response != nullptr) {
std::vector<Bayun::ShGroupInfo> groups = response->getGroups();
}Last updated