GroupMeGroupFactory GetFormerGroups Method CkSoftware GroupMe SDK - Documentation
Gets a list of former (and re-joinable) groups for the currently authenticated user.

Namespace: CkSoftware.GroupMe.Sdk.Groups
Assembly: CkSoftware.GroupMe.Sdk.Groups (in CkSoftware.GroupMe.Sdk.Groups.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax

public Task<IEnumerable<GroupMeGroup>> GetFormerGroups()

Return Value

Type: Task IEnumerable GroupMeGroup  
An awaitable Task resulting in a list of GroupMeGroups.
See Also