Lightweight Telegram web client based on MadelineProto.
api_value.php
from the api_values.php.example
using the api_id
and api_hash
you generatedconfig.php
from the config.php.example
You can deploy your own instance quickly with Docker Compose - see how.
s/
by default, see in config.php
) and MadelineProto.log
gd
, mbstring
, xml
, json
, fileinfo
, gmp
, iconv
, ffi
php.ini
to get better logged in device namescomposer update
patch -p0 < patches/InternalDoc.php.patch
patch -p0 < patches/Files.php.patch
session.gc_maxlifetime = 8640000
in php.ini
gifski
lottie_to_gif.sh
&lottie_to_png.sh
, add #!/usr/bin/env bash
as first lineconfig.php
by setting CONVERT_TGS_STICKERS
to true, and LOTTIE_DIR
to path, where lottie_to_gif.sh is contained.Example:
define('CONVERT_TGS_STICKERS', true);
define('LOTTIE_DIR', '/opt/lottie/');
Fully supported:
Partially supported (Auto update doesn't work and/or no auto scroll):
Not supported