Skip to content

Commit

Permalink
chore: rm tdapi
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 3, 2025
1 parent d0cfe17 commit 49185f4
Show file tree
Hide file tree
Showing 1,413 changed files with 5 additions and 636,602 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,3 @@ jobs:
secrets:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

tdlib:
uses: gotd/td/.github/workflows/update-schema.yml@main
with:
schema-name: "TDLib"
branch: "feat/update-tdlib-schema"
make-command: "download_tdlib_schema"
secrets:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
13,236 changes: 0 additions & 13,236 deletions _schema/tdapi.tl

This file was deleted.

2 changes: 0 additions & 2 deletions td.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ package td
//go:generate go run github.com/gotd/td/cmd/gotdgen --doc "https://core.telegram.org/" --clean --server --handlers --mapping --slices --package tg --target tg --schema _schema/telegram.tl
//go:generate go run github.com/gotd/td/cmd/gotdgen --doc "https://core.telegram.org/" --clean --package e2e --target tg/e2e --schema _schema/encrypted.tl

//go:generate go run github.com/gotd/td/cmd/gotdgen --clean --package tdapi --tdlib-json --target tdapi --schema _schema/tdapi.tl

//go:generate go run github.com/gotd/td/cmd/gotdgen --clean --client=false --package tgtrace --target tgtrace --schema _schema/trace.tl

//go:generate go run github.com/gotd/td/cmd/gotdgen --clean --package mt --target mt --client=false --schema _schema/mt.tl
Loading

0 comments on commit 49185f4

Please sign in to comment.