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

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

public DirectMessagesIndexParameters(
	string memberId,
	string beforeId = null,
	string sinceId = null
)

Parameters

memberId
Type: System String
The memberId for which the direct-messages should be loaded (will display the messages between the authenticated user and this user).
beforeId (Optional)
Type: System String
The message-id of the oldest already loaded message (for scrolling backward).
sinceId (Optional)
Type: System String
The message-id of the newest already loaded message (for scrolling forward).
See Also