GroupRemoveMemberCommand Constructor CkSoftware GroupMe SDK - Documentation
Instantiates a new GroupRemoveMemberCommand using the given groupId and groupMemberId.

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 GroupRemoveMemberCommand(
	string groupId,
	string groupMemberId
)

Parameters

groupId
Type: System String
The group for which a member should be removed.
groupMemberId
Type: System String
The groupMemberId for the member to remove. Attention: this is the Id parameter of the GroupMemberData, not the UserId!
See Also