Replymessage unavailable
➲ By along the cmd:
/cmd link -n new name
➲ By replying to link/file:
/cmd -n new name -z -e -up upload_destination
➲ Custom New Name: -n or -name
/cmd link -n new name
NOTES: Doesn't work with torrents.
➲ Direct Link Authorization: -u -p or -user -pass
/cmd link -u username -p password
➲ Direct link custom headers: -h or -headers
/cmd link -h key: value key1: value1
➲ Screenshot Generation: -ss or -screenshots
/cmd link -ss number ,Screenshots for each Video File
➲ Custom Thumbnail: -t or -thumb
/cmd link -t tglink|dl_link
Direct Link: dl_link specifies download link, where it is Image url
Tg Link: Give Public/Private/Super Link to download Image from Tg
➲ Extract / Zip: -uz -z or -zip -unzip or -e -extract
/cmd link -e password (extract password protected)
/cmd link -z password (zip password protected)
/cmd link -z password -e (extract and zip password protected)
/cmd link -e password -z password (extract password protected and zip password protected)
NOTES: When both extract and zip added with cmd it will extract first and then zip, so always extract first
➲ qBittorrent selection: -s or -select
/cmd link -s or by replying to file/link
➲ qBittorrent / Aria2 Seed: -d or -seed
/cmd link -d ratio:seed_time or by replying to file/link
To specify ratio and seed time add -d ratio:time. Ex: -d 0.7:10 (ratio and time) or -d 0.7 (only ratio) or -d :10 (only time) where time in minutes.
➲ Multi links only by replying to first link/file: -i
/cmd -i 10(number of links/files)
➲ Multi links within same upload directory only by replying to first link/file: -m or -sd or -samedir
/cmd -i 10(number of links/files) -m folder name (multi message)
/cmd -b -m folder name (bulk-message/file)
➲ Upload Custom Drive: -id & -index(Optional)
/{cmd} -id drive_folder_link or drive_id -index https://example.com/0:
Here, drive_id must be folder id or folder link and index must be url else it will not accept.
➲ Custom Category Select: -c or -category
/{cmd} -c category_name
This works for both Bot Categories as well as UserTDs (if enabled)
You can also select Drive Upload from Buttons if having more than 1 and this arg not specified
➲ Custom Dump Select: -ud or -dump
/{cmd} -ud dump_name or @username or -100xxxxxx chat_id or all
You can also select Dump Chat from Buttons if having more than 1 and this arg not specified
You -ud all for Uploading in all Dump Chats of yours
Make Sure Bot is already Admin else it will not accept.
➲ Custom Upload: -up or -upload
/cmd link -up rcl (To select rclone config, remote and path)
/cmd link -up ddl
You can directly add the upload path: -up remote:dir/subdir
If DEFAULT_UPLOAD is `rc` then you can pass up: `gd` to upload using gdrive tools to GDRIVE_ID.
If DEFAULT_UPLOAD is `gd` then you can pass up: `rc` to upload to RCLONE_PATH.
If DEFAULT_UPLOAD is `ddl` then you can pass up: `rc` or `gd` to upload to RCLONE_PATH or GDRIVE_ID
If you want to add path manually from your config (uploaded from usetting) add mrcc: before the path without space
/cmd link -up mrcc:main:dump
➲ RClone Flags: -rcf
/cmd link|path|rcl -up path|rcl -rcf --buffer-size:8M|--drive-starred-only|key|key:value
This will override all other flags except --exclude
Check here all RcloneFlags.<