text_to_docs#

langchain_community.document_loaders.telegram.text_to_docs(text: str | List[str]) List[Document][source]#

将字符串或字符串列表转换为带有元数据的文档列表。

Parameters:

文本 (字符串 | 列表[字符串])

Return type:

列表[文档]