Updating Reactions

Reactions can be updated by providing the reaction ID parameter. Changes to reactions are propagated to all notified feeds; if the target_feeds list is updated, notifications will be added and removed accordingly.

Parameters

nametypedescriptiondefaultoptional
reaction_idstringThe ID of the reaction-
dataobjectReaction data-
target_feedsstringThe list of feeds that should receive a copy of the reaction.-
var reactionData = new Dictionary<string, object>
{
  { "text", "love it!"}
};
await client.Reactions.UpdateAsync(reactionId, reactionData);
© Getstream.io, Inc. All Rights Reserved.