Parse from a json
factory ChatActionWatchingAnimations.fromJson(Map<String, dynamic> json) => ChatActionWatchingAnimations( emoji: json['emoji'], );