CreateGroupCommand WithImage Method (String)CkSoftware GroupMe SDK - Documentation
Defines a image for 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 WithImage(
	string imageUrl
)

Parameters

imageUrl
Type: System String
The image url of the new group. Must be a GroupMe ImagingService image-url according to the GroupMe API documentation.

Return Value

Type: CreateGroupCommand
The extended CreateGroupCommand.
See Also