Instantiates a new GroupRemoveMemberCommand using the given groupId and groupMemberId.
Namespace: CkSoftware.GroupMe.Sdk.Groups.CommandsAssembly: CkSoftware.GroupMe.Sdk.Groups (in CkSoftware.GroupMe.Sdk.Groups.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax
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