ShowGroupCommand Constructor CkSoftware GroupMe SDK - Documentation
Instantiate a new ShowGroupCommand using the given groupId.

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

public ShowGroupCommand(
	string groupId
)

Parameters

groupId
Type: System String
The group id to get the details for.
See Also