GroupMeGroup ResolveLikesForMessage Method CkSoftware GroupMe SDK - Documentation
Resolves all likes of the given message to their respective group members.

Namespace: CkSoftware.GroupMe.Sdk.Groups
Assembly: CkSoftware.GroupMe.Sdk.Groups (in CkSoftware.GroupMe.Sdk.Groups.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax

public IEnumerable<GroupMemberData> ResolveLikesForMessage(
	GroupMeMessageData message
)

Return Value

Type: IEnumerable GroupMemberData 
The 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