Scroll to navigation

telegram-send(1) General Commands Manual telegram-send(1)

NAME

telegram-send - send messages and files over Telegram from the command-line

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 ...]

DESCRIPTION

Send messages and files over Telegram.

OPTIONS

message(s) to send

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

Send text from stdin.

Send preformatted fixed-width (monospace) text.

disable link previews in the message(s)

send silently, user will receive a notification without sound

configure telegram-send

configure telegram-send for a channel

configure telegram-send for a group

send file(s)

send image(s)

send stickers(s)

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

send video(s)

send audio(s)

send location(s) via latitude and longitude (separated by whitespace or a
comma)

caption for image(s)

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

delete sent messages by id (only last 48h), see --showids

specify configuration file

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

Integrate telegram-send in the file manager

Clean telegram-send configuration files.

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

show program's version number and exit

AUTHORS

telegram-send was written by Rahiel Kasim <rahielkasim@gmail.com>.

DISTRIBUTION

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

Manual