langchain.document_loaders.telegram.text_to_docs¶
- langchain.document_loaders.telegram.text_to_docs(text: Union[str, List[str]]) List[Document][source]¶
Converts a string or list of strings to a list of Documents with metadata.