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