-
When I'm trying to run this program as a daemon, it prints:
> MacBook-Air-Pavel:tg paus$ ./bin/telegram-cli -dWS /home/paus/tg.sck &
> [2] 14789
> MacBook-Air-Pavel:tg paus$ SIGNAL received
> S0 te…
-
Hey @thiagobustamante and whoever else maintains this! Thanks again for the awesome tool!
So.. I was generating swagger json using swaggerGen:
Here are some of the types:
```ts
import { Erro…
-
Due to README.md, the public key file is looked up at /etc/telegram-cli/server.pub where my RHEL RPM already installed it:
```
$ ls -la /etc/telegram-cli/server.pub
-rw-r--r-- 1 root root 426 May 15…
-
Hi, i'm installing Telegram Cli on my raspberry pi to send the state of some GPIO pins.
When I try to enter in first time with "bin/telegram-cli -k tg-server.pub -W", i don't receive the lines to conf…
-
I used the provided Example and only made the following modifications:
1. apiId
2. apiHash
3. request.useTestDc = true;
Then use the test account
![95cfc293b7c0402fc764329358c28eef](https://gi…
-
It is impossible to load the message by its ID until it is loaded into the memory.
How to reproduce:
- Launch tg-cli
- Get any message id (X)
- Close tg-cli and launch it again
- Enter `get_message X…
-
I read threads about how to build `tg` on RHEL/CentOS systems.
Currently, `tg` (packaged as `telegram-cli`) is built on Fedora 22/21 (still supported), EPEL6/7 (additional repositories for Enterprise…
-
Im just writing simple bash script
`#!/bin/bash -x
SUFFIX="daily_1_08"
MESSAGE="FAIL | pd_dump | PostgreSQL | ${SUFFIX}"
echo "${MESSAGE}"
EXECCMD="\"msg Admins_message \"\"$MESSAGE\""
…
-
I tested upload a file using lua and tg-cli command, in a same server but different user and different instances.
While lua finished upload that file, tg-cli still upload the file at 20%.
I tested t…
-
Hello all,
I encountered the following problem:
If I change the time zone on my Raspberry Pi UTC +01, but it makes telegram-cli not respond.
My telegram-cli hangs when i use
/home/pi/tg/bin/telegram-c…