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

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 GroupMessagesIndexParameters(
	string groupId,
	string beforeId = null,
	string sinceId = null
)

Parameters

groupId
Type: System String
The group id for which the messages should be loaded.
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