From 00e0b33d4246d4d1923ae4223e3c60a3320d4186 Mon Sep 17 00:00:00 2001 From: AmarnathCJD Date: Sat, 20 Jan 2024 17:42:02 +0530 Subject: [PATCH] Update Gogram README with latest changes --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79671a99..a91b6844 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ If you'd like to support Gogram, you can consider: - **Feature-Rich**: Built-in support for file uploading, formatting, custom keyboards, message editing, moderation tools and more. - **Up-to-date**: Gogram is always in sync with the latest Telegram API changes and additions (`tl-parser` is used to generate the API layer). -## Current Layer - **172** (Updated on 2024-01-19) +#### Current Layer - **172** (Updated on 2024-01-19) ## Installing @@ -137,7 +137,10 @@ client.AddInlineHandler("", func(iq *telegram.InlineQuery) error { ## Features TODO -- [x] Support for Flag2.0 +- [x] Basic MTProto implementation (LAYER 172) +- [x] Updates handling system + Cache +- [x] HTML, Markdown Parsing, Friendly Methods +- [x] Support for Flag2.0, Layer 147 - [ ] WebRTC Calls Support - [ ] Documentation for all methods - [ ] Stabilize File Uploading/Downloading