Scroll to navigation

TELEGRAM-SEND(1) Generated Python Manual TELEGRAM-SEND(1)

NAME

telegram-send

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.

message(s) to send

OPTIONS

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

COMMENTS

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

AUTHOR

Rahiel Kasim
rahielkasim@gmail.com

DISTRIBUTION

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

2024-09-22 telegram-send