logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

telegram-send

Author

       Rahiel Kasim
       rahielkasim@gmail.com

Comments

       Homepage: https://github.com/rahiel/telegram-send

Description

       Send messages and files over Telegram.

       message
              message(s) to send

Distribution

       The latest version of telegram-send may be downloaded from https://github.com/rahiel/telegram-send

telegram-send                                      2024-09-22                                   TELEGRAM-SEND(1)

Name

       telegram-send

Options

--format{text,markdown,html}
              How to format the message(s). Choose from 'text', 'markdown', or 'html'

       --stdin
              Send text from stdin.

       --pre  Send preformatted fixed-width (monospace) text.

       --disable-web-page-preview
              disable link previews in the message(s)

       --silent
              send silently, user will receive a notification without sound

       -c, --configure
              configure telegram-send

       --configure-channel
              configure telegram-send for a channel

       --configure-group
              configure telegram-send for a group

       -fFILE[FILE...], --fileFILE[FILE...]
              send file(s)

       -iIMAGE[IMAGE...], --imageIMAGE[IMAGE...]
              send image(s)

       -sSTICKER[STICKER...], --stickerSTICKER[STICKER...]
              send stickers(s)

       --animationANIMATION[ANIMATION...]
              send animation(s) (GIF or soundless H.264/MPEG-4 AVC video)

       --videoVIDEO[VIDEO...]
              send video(s)

       --audioAUDIO[AUDIO...]
              send audio(s)

       -lLOCATION[LOCATION...], --locationLOCATION[LOCATION...]
              send location(s) via latitude and longitude (separated by whitespace or a comma)

       --captionCAPTION[CAPTION...]
              caption for image(s)

       --showids
              show message ids, used to delete messages after they're sent

       -did[id...], --deleteid[id...]
              delete sent messages by id (only last 48h), see --showids

       --configCONF
              specify configuration file

       -g, --global-config
              Use the global configuration at /etc/telegram-send.conf

       --file-manager
              Integrate telegram-send in the file manager

       --clean
              Clean telegram-send configuration files.

       --timeoutTIMEOUT
              Set the read timeout for network operations. (in seconds)

       --version
              show program's version number and exit

Synopsis

telegram-send   [-h]   [--format  {text,markdown,html}]  [--stdin]  [--pre]  [--disable-web-page-preview]
       [--silent] [-c] [--configure-channel] [--configure-group] [-f FILE [FILE ...]] [-i IMAGE [IMAGE ...]] [-s
       STICKER [STICKER ...]] [--animation ANIMATION [ANIMATION ...]] [--video VIDEO [VIDEO ...]] [--audio AUDIO
       [AUDIO ...]] [-l LOCATION [LOCATION ...]] [--caption CAPTION [CAPTION ...]] [--showids] [-d id [id  ...]]
       [--config CONF] [-g] [--file-manager] [--clean] [--timeout TIMEOUT] [--version] [message ...]

See Also