Resolves all likes of the given message to their respective group members.
Namespace: CkSoftware.GroupMe.Sdk.GroupsAssembly: CkSoftware.GroupMe.Sdk.Groups (in CkSoftware.GroupMe.Sdk.Groups.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax
Parameters
- message
- Type: CkSoftware.GroupMe.Sdk.Core.Dao GroupMeMessageData
The message to resolve the likes.
Return Value
Type: IEnumerable GroupMemberDataThe Group members who liked the message. If the member is not found in the current group-data, then this member will be omited.
See Also