GroupAddMemberCommand Constructor CkSoftware GroupMe SDK - Documentation
Instantiate a new GroupAddMemberCommand for the given group id.

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

Parameters

groupId
Type: System String
The group id in which the members should be added.
See Also