Compare commits
No commits in common. "d4fb087379a468455e9914a061d93f9d3f605f72" and "3bf4cb7f464c87c45a0c94d41287a45963782fda" have entirely different histories.
d4fb087379
...
3bf4cb7f46
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
TAG := 054a823c1a812ee3e038f702c6d8ba3e6974be9c
|
||||
TAG := a53cb30
|
||||
|
||||
schema-update:
|
||||
curl https://raw.githubusercontent.com/tdlib/td/${TAG}/td/generate/scheme/td_api.tl 2>/dev/null > ./data/td_api.tl
|
||||
|
|
1451
client/function.go
1451
client/function.go
File diff suppressed because it is too large
Load Diff
|
@ -1,4 +1,3 @@
|
|||
//go:build darwin
|
||||
// +build darwin
|
||||
|
||||
package client
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
//go:build libtdjson && (linux || darwin || windows)
|
||||
// +build libtdjson
|
||||
// +build linux darwin windows
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
//go:build !libtdjson && (linux || darwin)
|
||||
// +build !libtdjson
|
||||
// +build linux darwin
|
||||
|
||||
|
|
3909
client/type.go
3909
client/type.go
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
3242
data/td_api.json
3242
data/td_api.json
File diff suppressed because it is too large
Load Diff
1159
data/td_api.tl
1159
data/td_api.tl
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue