GroupMessagesCreateCommand Constructor CkSoftware GroupMe SDK - Documentation
Instantiates a new GroupMessagesCreateCommand with the given parameters.

Namespace: CkSoftware.GroupMe.Sdk.Messaging.Commands
Assembly: CkSoftware.GroupMe.Sdk.Messaging (in CkSoftware.GroupMe.Sdk.Messaging.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax

public GroupMessagesCreateCommand(
	string groupId,
	string sourceGuid
)

Parameters

groupId
Type: System String
The group id where the message should be sent to.
sourceGuid
Type: System String
A identifier for the message, used for client-side message deduplication.
See Also