CreateGroupCommand WithDescription Method CkSoftware GroupMe SDK - Documentation
Adds the given description to the new group.

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 CreateGroupCommand WithDescription(
	string description
)

Parameters

description
Type: System String
The description of the new group.

Return Value

Type: CreateGroupCommand
The extended CreateGroupCommand.
See Also