Skip to main content

likeChannelMessage(messageId, channelId, message);

Call this method to like to a Channel Message.

JavaScript

frame1.likeChannelMessage(messageId, channelId, reaction, action);

likeChannelMessage(messageId, channelId, reaction, action);

ParametersDescriptionTypeRequired
messageIdthe id of the message that you want to like or react toStringyes
channelIdthe id of the channel in which the message is presentStringyes
reactionthe type of reaction (choose from one of the options)Stringyes
actionliked or unlikedstringyes

LikeReaction (Options)

"wave"👋
"thumbs_up"👍
"clap"👏
"pray"🙏
"strong"💪
"celebrate"🎉
"heart"💚

Response

This method provides no response