CommandRemoveReaction.fromJson constructor
Implementation
factory CommandRemoveReaction.fromJson(Map<String, dynamic> json) => CommandRemoveReaction(
target: json['target'] as String,
msgid: json['msgid'] as String,
emoji: json['emoji'] as String,
);