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 Nov 14, 2024
1 parent fb82520 commit 50947dd
Show file tree
Hide file tree
Showing 8 changed files with 507 additions and 336 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 - **192** (Updated on 2024-10-29)
#### Current Layer - **193** (Updated on 2024-11-14)

## doing stuff

Expand Down
65 changes: 36 additions & 29 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 = 192
ApiVersion = 193
Version = "v1.3.20"

LogDebug = "debug"
Expand Down
50 changes: 28 additions & 22 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.

305 changes: 175 additions & 130 deletions telegram/interfaces_gen.go

Large diffs are not rendered by default.

Loading

0 comments on commit 50947dd

Please sign in to comment.