GroupMeDirectMessages Constructor CkSoftware GroupMe SDK - Documentation
Instantiates a new GroupMeDirectMessages object.

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

public GroupMeDirectMessages(
	IWebApiAccess webApiAccess,
	string memberId
)

Parameters

webApiAccess
Type: CkSoftware.GroupMe.Sdk.Core IWebApiAccess
The IWebApiAccess to use for API communication.
memberId
Type: System String
The opponent member id with which the direct-message handling should be performed. Attention: needs to be the UserId property, not the Id property of a GroupMemberData object.
See Also