Skip to content

Commit

Permalink
tlgen: update TL schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarnathCJD authored and AmarnathCJD committed Jan 3, 2025
1 parent cb2c19c commit f32c8b6
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ If you'd like to support Gogram, you can consider:
<li><strong>up-to-date</strong>: 🔄 gogram is always in sync with the latest telegram api changes and additions (<code>tl-parser</code> is used to generate the api layer).</li>
</ul>

#### Current Layer - **196** (Updated on 2025-01-02)
#### Current Layer - **196** (Updated on 2025-01-03)

## doing stuff

Expand Down
2 changes: 1 addition & 1 deletion telegram/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
ApiVersion = 195
ApiVersion = 196
Version = "v1.5.0"

LogDebug = utils.DebugLevel
Expand Down
Loading

0 comments on commit f32c8b6

Please sign in to comment.