UpdateDefaultReactionType constructor

const UpdateDefaultReactionType({
  1. required ReactionType reactionType,
  2. dynamic extra,
  3. int? clientId,
})

The type of default reaction has changed

Implementation

const UpdateDefaultReactionType({
  required this.reactionType,
  this.extra,
  this.clientId,
});