likeChannelMessage method
Implementation
void likeChannelMessage(
String channelId, String messageId, String reaction, String action) {
postMessage("likeChannelMessage", {
"channelId": channelId,
"messageId": messageId,
"reaction": reaction,
"action": action
});
}