PagerMaid_Plugins_Pyro/shift/DES.md

35 lines
694 B
Markdown
Raw Normal View History

2023-02-01 14:29:17 +00:00
自动转发频道新消息或者从零开始备份频道。
2023-02-07 14:13:16 +00:00
2023-02-01 14:29:17 +00:00
指令:,shift
2023-02-07 14:13:16 +00:00
2023-06-12 06:00:44 +00:00
## 使用方法
### 设置转发
2023-02-07 14:13:16 +00:00
当收到 from_channel_id 的新消息时,自动转发到 to_channel_id。
需要加入 from_channel_id 和 to_channel_id。
`, shift set [from channel_id] [to channel_id] (silent, all, text, photo, document, video)`
2023-02-07 14:13:16 +00:00
2023-06-12 06:00:44 +00:00
### 取消转发
2023-02-07 14:13:16 +00:00
`, shift del [from channel_id]`
2023-06-12 06:00:44 +00:00
### 备份频道
`, shift backup [from channel_id] [to channel_id] (silent)`
### 顯示要轉發的頻道
`, shift list`
2023-06-12 06:00:44 +00:00
## 选项解释
2023-02-07 14:13:16 +00:00
2023-06-12 06:00:44 +00:00
- `silent`: 禁用通知
- `all`: 全部都轉發(預設會有all)
- `text`: 轉發文字
- `photo`: 轉發圖片
- `document`: 轉發檔案
- `video`: 轉發影片