MessageUnlikeCommand Constructor CkSoftware GroupMe SDK - Documentation
Creates a new Message Unlike command.

Namespace: CkSoftware.GroupMe.Sdk.Messaging.Commands
Assembly: CkSoftware.GroupMe.Sdk.Messaging (in CkSoftware.GroupMe.Sdk.Messaging.dll) Version: 1.0.1.35397 (1.0.1.0)
Syntax

public MessageUnlikeCommand(
	string conversationId,
	string messageId
)

Parameters

conversationId
Type: System String
The Id of the parent conversation (can be a group-id or a user-id).
messageId
Type: System String
The id of the message to unlike.
See Also