.TH telegram-send "1" Manual .SH NAME telegram-send \- send messages and files over Telegram from the command-line .SH SYNOPSIS .B 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 ...] .SH DESCRIPTION Send messages and files over Telegram. .SH OPTIONS .TP \fBmessage\fR message(s) to send .TP \fB\-\-format\fR {text,markdown,html} How to format the message(s). Choose from 'text', 'markdown', or 'html' .TP \fB\-\-stdin\fR Send text from stdin. .TP \fB\-\-pre\fR Send preformatted fixed\-width (monospace) text. .TP \fB\-\-disable\-web\-page\-preview\fR disable link previews in the message(s) .TP \fB\-\-silent\fR send silently, user will receive a notification without sound .TP \fB\-c\fR, \fB\-\-configure\fR configure telegram\-send .TP \fB\-\-configure\-channel\fR configure telegram\-send for a channel .TP \fB\-\-configure\-group\fR configure telegram\-send for a group .TP \fB\-f\fR \fI\,FILE\/\fR [\fI\,FILE\/\fR ...], \fB\-\-file\fR \fI\,FILE\/\fR [\fI\,FILE\/\fR ...] send file(s) .TP \fB\-i\fR \fI\,IMAGE\/\fR [\fI\,IMAGE\/\fR ...], \fB\-\-image\fR \fI\,IMAGE\/\fR [\fI\,IMAGE\/\fR ...] send image(s) .TP \fB\-s\fR \fI\,STICKER\/\fR [\fI\,STICKER\/\fR ...], \fB\-\-sticker\fR \fI\,STICKER\/\fR [\fI\,STICKER\/\fR ...] send stickers(s) .TP \fB\-\-animation\fR \fI\,ANIMATION\/\fR [\fI\,ANIMATION\/\fR ...] send animation(s) (GIF or soundless H.264/MPEG\-4 AVC video) .TP \fB\-\-video\fR \fI\,VIDEO\/\fR [\fI\,VIDEO\/\fR ...] send video(s) .TP \fB\-\-audio\fR \fI\,AUDIO\/\fR [\fI\,AUDIO\/\fR ...] send audio(s) .TP \fB\-l\fR \fI\,LOCATION\/\fR [\fI\,LOCATION\/\fR ...], \fB\-\-location\fR \fI\,LOCATION\/\fR [\fI\,LOCATION\/\fR ...] send location(s) via latitude and longitude (separated by whitespace or a .br comma) .TP \fB\-\-caption\fR \fI\,CAPTION\/\fR [\fI\,CAPTION\/\fR ...] caption for image(s) .TP \fB\-\-showids\fR show message ids, used to delete messages after they're sent .TP \fB\-d\fR id [id ...], \fB\-\-delete\fR id [id ...] delete sent messages by id (only last 48h), see \-\-showids .TP \fB\-\-config\fR \fI\,CONF\/\fR specify configuration file .TP \fB\-g\fR, \fB\-\-global\-config\fR Use the global configuration at /etc/telegram\-send.conf .TP \fB\-\-file\-manager\fR Integrate telegram\-send in the file manager .TP \fB\-\-clean\fR Clean telegram\-send configuration files. .TP \fB\-\-timeout\fR \fI\,TIMEOUT\/\fR Set the read timeout for network operations. (in seconds) .TP \fB\-\-version\fR show program's version number and exit .SH AUTHORS .B telegram\-send was written by Rahiel Kasim . .SH DISTRIBUTION The latest version of telegram\-send may be downloaded from .UR https://github.com/rahiel/telegram\-send .UE