From 96cd50938a404fdfec36c078aba614295b309999 Mon Sep 17 00:00:00 2001 From: Reuben Zotz-Wilson Date: Tue, 5 Mar 2024 19:47:17 +0000 Subject: [PATCH] community:update telegram notebook (#18569) **Description:** modified the user_name to username to conform with the expected inputs to TelegramChatApiLoader **Issue:** Current code fails in langchain-community 0.0.24 --- docs/docs/integrations/document_loaders/telegram.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/document_loaders/telegram.ipynb b/docs/docs/integrations/document_loaders/telegram.ipynb index dff0c666f7..5daa997fb3 100644 --- a/docs/docs/integrations/document_loaders/telegram.ipynb +++ b/docs/docs/integrations/document_loaders/telegram.ipynb @@ -80,7 +80,7 @@ " chat_entity=\"\", # recommended to use Entity here\n", " api_hash=\"\",\n", " api_id=\"\",\n", - " user_name=\"\", # needed only for caching the session.\n", + " username=\"\", # needed only for caching the session.\n", ")" ] },