<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>工具 on tdl</title>
    <link>https://6e2a28aa.tdl-docs.pages.dev/zh/guide/tools/</link>
    <description>Recent content in 工具 on tdl</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh</language><atom:link href="https://6e2a28aa.tdl-docs.pages.dev/zh/guide/tools/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>列出聊天</title>
      <link>https://6e2a28aa.tdl-docs.pages.dev/zh/guide/tools/list-chats/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://6e2a28aa.tdl-docs.pages.dev/zh/guide/tools/list-chats/</guid>
      <description>列出聊天 # 列出所有聊天 # tdl chat ls
JSON 格式 # tdl chat ls -o json
过滤器 # 请参考 过滤器指南 以获取有关过滤器的基本知识。
列出所有可用的过滤字段：
tdl chat ls -f -
列出名字包含 &amp;ldquo;Telegram&amp;rdquo; 的频道：
tdl chat ls -f &amp;#34;Type contains &amp;#39;channel&amp;#39; &amp;amp;&amp;amp; VisibleName contains &amp;#39;Telegram&amp;#39;&amp;#34;
列出具有主题的群组：
tdl chat ls -f &amp;#34;len(Topics)&amp;gt;0&amp;#34;</description>
    </item>
    
    <item>
      <title>导出成员</title>
      <link>https://6e2a28aa.tdl-docs.pages.dev/zh/guide/tools/export-members/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://6e2a28aa.tdl-docs.pages.dev/zh/guide/tools/export-members/</guid>
      <description>导出成员 # 导出聊天成员/订阅者、管理员、机器人等。
部分类型用户(被禁用户/被踢出用户/……)导出需要聊天管理员权限。 CHAT 示例 可用值： # @iyear （用户名） iyear （无前缀 @ 的用户名） 123456789（ID） https://t.me/iyear （公开链接） +1 123456789（电话号码） 如何在 Telegram 桌面端获取聊天 ID： # 设置 → 高级 → 实验性设置 → 在资料中显示对话 ID 默认 # 将所有用户导出为 tdl-users.json
tdl chat users -c CHAT
自定义路径 # 指定文件路径进行导出
tdl chat users -c CHAT -o /path/to/export.json
原始数据 # 导出 Telegram MTProto 原始用户结构，用于调试。
tdl chat users -c CHAT --raw</description>
    </item>
    
    <item>
      <title>导出消息</title>
      <link>https://6e2a28aa.tdl-docs.pages.dev/zh/guide/tools/export-messages/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://6e2a28aa.tdl-docs.pages.dev/zh/guide/tools/export-messages/</guid>
      <description>导出消息 # 以 JSON 格式导出聊天、频道、群组等中的媒体消息。
CHAT 示例 可用值： # @iyear （用户名） iyear （无前缀 @ 的用户名） 123456789（ID） https://t.me/iyear （公开链接） +1 123456789（电话号码） 如何在 Telegram 桌面端获取聊天 ID： # 设置 → 高级 → 实验性设置 → 在资料中显示对话 ID 空的 CHAT 表示“收藏夹” 所有消息 # 将包含媒体的所有消息导出到 tdl-export.json
tdl chat export -c CHAT
从主题/回复中导出 # 从特定主题导出媒体消息： 获取主题 ID 的方式：
消息链接：https://t.me/c/1492447836/251011/269724（251011 是主题 ID） tdl chat ls 命令 tdl chat export -c CHAT --topic TOPIC_ID
从特定频道帖子的回复中导出媒体消息：
tdl chat export -c CHAT --reply POST_ID</description>
    </item>
    
  </channel>
</rss>
