class ReactionUpdate
package borogove
Constructor
new(updateId:String, serverId:Null<String>, serverIdBy:Null<String>, localId:Null<String>, chatId:String, senderId:String, timestamp:String, reactions:Array<Reaction>, kind:ReactionUpdateKind)
Create a reaction update for one message.
Variables
Methods
getReactions(existingReactions:Null<Array<Reaction>>):Array<Reaction>
Apply this update to an existing reaction list.
Parameters:
existingReactions | reactions already known for the message |
|---|
Returns:
the updated reaction list