Wasm Directoryalpha
Record

groups-v2-group-response

No description available.

record groups-v2-group-response {
  alliance-status: option​<s32>,
  allied-ids: option​<list​<s64>>,
  current-user-member-map: option​<groups-v2-group-response-current-user-member-map>,
  current-user-memberships-inactive-for-destiny: option​<bool>,
  current-user-potential-member-map: option​<groups-v2-group-response-current-user-potential-member-map>,
  detail: option​<groups-v2-group-v2>,
  founder: option​<groups-v2-group-member>,
  group-join-invite-count: option​<s32>,
  parent-group: option​<groups-v2-group-v2>,
}

Fields

NameTypeDescription
alliance-statusoption​<s32>
allied-idsoption​<list​<s64>>
current-user-member-mapoption​<groups-v2-group-response-current-user-member-map>
current-user-memberships-inactive-for-destinyoption​<bool>
current-user-potential-member-mapoption​<groups-v2-group-response-current-user-potential-member-map>
detailoption​<groups-v2-group-v2>
founderoption​<groups-v2-group-member>
group-join-invite-countoption​<s32>
parent-groupoption​<groups-v2-group-v2>