Files
langchain/docs
Reuben Zotz-Wilson 5c7a3d7e1c 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 
<loader = TelegramChatApiLoader(
    chat_entity="<CHAT_URL>",  # recommended to use Entity here
    api_hash="<API HASH >",
    api_id="<API_ID>",
    user_name="",  # needed only for caching the session.
)>
2024-04-25 17:39:07 -07:00
..
2024-04-25 17:39:07 -07:00
2024-02-22 15:20:34 -08:00
2024-02-08 14:52:26 -08:00
2024-01-08 08:38:14 -08:00

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide