Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sshrshnv/tgstorage

Advanced "Saved Messages" of the Telegram. Store your notes, checklists, links, photos and any documents in Telegram Cloud.
https://github.com/sshrshnv/tgstorage

storage telegram

Last synced: 3 months ago
JSON representation

Advanced "Saved Messages" of the Telegram. Store your notes, checklists, links, photos and any documents in Telegram Cloud.

Awesome Lists containing this project

README

        

# TgStorage

Advanced "Saved Messages" of the Telegram.

## Languages
You should add files in the `./src/texts/${lang}/` directory.

## Development
You should create files `.env.dev` or `.env.prod` locally.

## MTProto
Based on https://github.com/spalt08/mtproto-js
- Updated layer (166)
- Fixed server time offset
- Fixed writer buffer size
- BigInteger replaced with native BigInt
- Pako replaced with native DecompressionStream