UpdateDefaultReactionType constructor
const
UpdateDefaultReactionType({
- required ReactionType reactionType,
- dynamic extra,
- int? clientId,
The type of default reaction has changed
Implementation
const UpdateDefaultReactionType({
required this.reactionType,
this.extra,
this.clientId,
});