Reaction
Parameters
The id of the message.
The type of the reaction.
The score(count) of the reaction, used if you want to allow users to clap/like etc multiple times.
The user who sent the reaction.
The id of the user who sent the reaction.
The date when the reaction was created.
The date when the reaction was created locally.
The date when the reaction was updated.
The date when the reaction was deleted.
The synchronization status of the reaction.
If true, only one reaction of this type is allowed per user. IMPORTANT: Don't set this manually when creating the reaction as it will be ignored. This field is used internally for offline sync and will be overridden. To enforceUnique reactions, use the parameter on relevant method instead.
If true, sending a push notification will be skipped for this reaction. IMPORTANT: Don't set this manually when creating the reaction as it will be ignored. This field is used internally for offline sync and will be overridden. To skip push for reactions, use the parameter on relevant method instead.
Optional emoji to be shown in the push notification delivered for the reaction (instead of :type:).