UserMutedEvent constructor
UserMutedEvent({})
Returns a new UserMutedEvent instance.
Implementation
UserMutedEvent({
required this.createdAt,
this.targetUser,
this.targetUsers = const [],
this.type = 'user.muted',
this.user,
});