tdl forward

tdl forward #

Forward messages with automatic fallback and message routing

tdl forward [flags]

Options #

      --desc               forward messages in reverse order for each input peer
      --dry-run            do not actually send messages, just show how they would be sent
      --edit string        edit message or caption with expression engine. Empty means no edit
      --from stringArray   messages to be forwarded, can be links or exported JSON files
  -h, --help               help for forward
      --mode Mode          forward mode: [direct, clone] (default direct)
      --silent             send messages silently
      --single             do not automatically detect and forward grouped messages
      --to string          destination peer, can be a CHAT or router based on expression engine

Options inherited from parent commands #

      --debug                        enable debug mode
      --delay duration               delay between each task, zero means no delay
  -l, --limit int                    max number of concurrent tasks (default 2)
  -n, --ns string                    namespace for Telegram session (default "default")
      --ntp string                   ntp server host, if not set, use system time
      --pool int                     specify the size of the DC pool, zero means infinity (default 8)
      --proxy string                 proxy address, format: protocol://username:password@host:port
      --reconnect-timeout duration   Telegram client reconnection backoff timeout, infinite if set to 0 (default 5m0s)
  -s, --size int                     part size for transfer, max is 512*1024 (default 524288)
      --storage stringToString       storage options, format: type=driver,key1=value1,key2=value2. Available drivers: [legacy,bolt,file] (default [type=bolt,path=/home/runner/.tdl/data])
      --test string                  use test Telegram client, only for developer
  -t, --threads int                  max threads for transfer one item (default 4)

SEE ALSO #

  • tdl - Telegram Downloader, but more than a downloader