Skip to content

Commit

Permalink
TLParser: Layer Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarnathCJD authored and AmarnathCJD committed May 28, 2024
1 parent 570ccee commit 88291ea
Show file tree
Hide file tree
Showing 7 changed files with 744 additions and 119 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,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 - **179** (Updated on 2024-04-27)
#### Current Layer - **181** (Updated on 2024-05-28)

## Installing

Expand Down
73 changes: 58 additions & 15 deletions schemes/api.tl

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion telegram/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package telegram
import "regexp"

const (
ApiVersion = 179
ApiVersion = 181
Version = "v2.3.10"

LogDebug = "debug"
Expand Down
2 changes: 1 addition & 1 deletion telegram/init_gen.go

Large diffs are not rendered by default.

Loading

0 comments on commit 88291ea

Please sign in to comment.