getAllGroups

Lấy danh sách nhóm đã tham gia

api.getAllGroups()

Parameters

Return

Promise<GetAllGroupsResponse>

GetAllGroupsResponse

  • version string

  • gridInfoMap Record<string, any>

Examples

await api.getAllGroups()
    .then(console.log)
    .catch(console.error);

Last updated