Skip to content

Commit

Permalink
Update Gogram README with latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarnathCJD committed Jan 20, 2024
1 parent 88c847c commit 00e0b33
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -137,7 +137,10 @@ client.AddInlineHandler("<pattern>", 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
Expand Down

0 comments on commit 00e0b33

Please sign in to comment.