GroupMeMessages LoadedMessages Property CkSoftware GroupMe SDK - Documentation
Contains all currently loaded (in-memory) messages, ordered by CreatedAt. Will be cleared if LoadCurrentMessages() is executed.

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 IEnumerable<GroupMeMessageData> LoadedMessages { get; }

Property Value

Type: IEnumerable GroupMeMessageData 
See Also