> For the complete documentation index, see [llms.txt](https://kawsing.gitbook.io/opensystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawsing.gitbook.io/opensystem/andoid-shou-ji/termux/telegramcli-tong-xun.md).

# telegram-cli 通訊

telegram-cli 通訊

```
pkg install unstable-repo
pkg install telegram-cli
```

```
#!/bin/bash
reciever=$1
msg=$2
telegram-cli -W -e "msg $receiver $msg"
```
