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 Sep 28, 2024
1 parent 4a20a82 commit a9a5350
Show file tree
Hide file tree
Showing 8 changed files with 1,056 additions and 209 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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 - **188** (Updated on 2024-09-19)
#### Current Layer - **189** (Updated on 2024-09-28)

## doing stuff

Expand Down
92 changes: 78 additions & 14 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 = 188
ApiVersion = 189
Version = "v2.3.18"

LogDebug = "debug"
Expand Down
17 changes: 17 additions & 0 deletions telegram/enums_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions telegram/init_gen.go

Large diffs are not rendered by default.

584 changes: 428 additions & 156 deletions telegram/interfaces_gen.go

Large diffs are not rendered by default.

Loading

0 comments on commit a9a5350

Please sign in to comment.