GroupMeGroupFactory GetGroup Method CkSoftware GroupMe SDK - Documentation
Gets information about the group with the given group id.

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<GroupMeGroup> GetGroup(
	string groupId
)

Parameters

groupId
Type: System String
The group id to query the group data.

Return Value

Type: Task GroupMeGroup 
An awaitable Task resulting in a GroupMeGroup.
See Also