-
Notifications
You must be signed in to change notification settings - Fork 301
如何使用机器人下载
tangyoha edited this page Mar 28, 2023
·
6 revisions
- 输入 /start
- 输入 /newbot
- 输入 你想创建的机器人名称
- 保存BotToken
in config.yaml
api_hash: xxxxx
api_id: xxxxxx
bot_token: xxxxxxxx
输入 /help
# 1.下载普通群组所有消息
/download https://t.me/fkdhlg 1 0
# 2.私密群组(频道) 链接为随便复制一条群组消息链接
# 3.下载从第1条消息开始的所有消息
/download https://t.me/12000000 1 0
# 4.下载从第10条消息开始
/download https://t.me/12000000 10 0
# 5.下载从第10条消息开始,100结束
/download https://t.me/12000000 10 100
# 6.直接下载,直接转发消息给你的机器人
# 7.直接下载单条消息
https://t.me/12000000/1
可转发给任意人
- 1.转发群a到群b
# 全部转发
/forward https://t.me/c/a https://t.me/c/b 1 0
# 转发1-100条
/forward https://t.me/c/a https://t.me/c/b 1 100
# 全部转发,添加过滤条件
/forward https://t.me/c/a https://t.me/c/b 1 0 file_size > 10KB
- 2.转发群a到群b
You can discuss with us in the telegram group, or just submit a PR.
您可以在电报群中与我们讨论,或者直接提交 PR。