Its possible installation of telegram-cli in windows

Is it possible to install telegramcli on Windows? I want to compile a .exe file.

this source works in ubuntu, but php shell does not work. First of all, the binary file is now in the folder. / bin is called telegram-cli. Therefore, be careful not to use old binaries.

Secondly, the config folder is now $ {HOME} /. telegram-cli

Thirdly, the database is not compatible with older versions, so you will have to log in again.

Fourth, in peer_name '#' is replaced by '@'. (Does not apply to adding "#% d" if two peers have the same name).

+6
source share
1 answer

You can use Cygwin to compile the source code into the telegram-cli .

Follow this guide (official): https://github.com/vysheng/tg/blob/master/README-Cygwin.md

+7
source

All Articles