Telegram web client tailored for participants of Eden / fractally style DAOs.
This is a fork of Telegram Web A, which adds some additional features to help run Eden / Fractally style meetings. Specifically it adds some buttons to automate creation of polls and other kinds of messages which help reach consensus in these meetings.
See introductory post for details.
mv .env.example .env
npm iObtain API ID and API hash on my.telegram.org and populate the .env file.
npm run devStart your dev server and locate GramJS worker in console context.
All constructors and functions available in global GramJs variable.
Run npm run gramjs:tl full to get access to all available Telegram requests.
Example usage:
await invoke(new GramJs.help.GetAppConfig())