DirectMessagesCreateCommand Constructor CkSoftware GroupMe SDK - Documentation
Instantiate a new DirectMessagesCreateCommand using 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 DirectMessagesCreateCommand(
	string memberId,
	string sourceGuid
)

Parameters

memberId
Type: System String
The memberId of the recipient (attention, must be the UserId, not the Id of a group user).
sourceGuid
Type: System String
A identifier for the message, used for client-side message deduplication.
See Also