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 Dec 28, 2024
1 parent a71027e commit f079f44
Show file tree
Hide file tree
Showing 7 changed files with 714 additions and 769 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 2024-12-28)
#### Current Layer - **195** (Updated on 2024-12-28)

## doing stuff

Expand Down
124 changes: 49 additions & 75 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 @@ -7,7 +7,7 @@ import (
)

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

LogDebug = utils.DebugLevel
Expand Down
26 changes: 26 additions & 0 deletions telegram/enums_gen.go

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

1,220 changes: 587 additions & 633 deletions telegram/interfaces_gen.go

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions telegram/methods_gen.go

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

103 changes: 44 additions & 59 deletions telegram/types_gen.go

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

0 comments on commit f079f44

Please sign in to comment.