Enum MessageRetreiveMode
Specifies which subset of messages should be returned.
Namespace: GroupMeClientApi
Assembly: GroupMeClientApi.dll
Syntax
public enum MessageRetreiveMode : int
Fields
| Name | Description |
|---|---|
| AfterId | Return messages that immediately follow a given message, this time in ascending order This mode is not supported for Direct Messages (Chats) |
| BeforeId | Return messages immediately preceding the given message will be returned, in descending order |
| None | No filtering is applied |
| SinceId | Return messages created after the given message, but it retrieves the most recent messages |