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