Compare commits
2 commits
3bf4cb7f46
...
d4fb087379
Author | SHA1 | Date | |
---|---|---|---|
|
d4fb087379 | ||
|
1e67a2c70d |
9 changed files with 8287 additions and 3238 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
TAG := a53cb30
|
||||
TAG := 054a823c1a812ee3e038f702c6d8ba3e6974be9c
|
||||
|
||||
schema-update:
|
||||
curl https://raw.githubusercontent.com/tdlib/td/${TAG}/td/generate/scheme/td_api.tl 2>/dev/null > ./data/td_api.tl
|
||||
|
|
1447
client/function.go
1447
client/function.go
File diff suppressed because it is too large
Load diff
|
@ -1,3 +1,4 @@
|
|||
//go:build darwin
|
||||
// +build darwin
|
||||
|
||||
package client
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build libtdjson && (linux || darwin || windows)
|
||||
// +build libtdjson
|
||||
// +build linux darwin windows
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
//go:build !libtdjson && (linux || darwin)
|
||||
// +build !libtdjson
|
||||
// +build linux darwin
|
||||
|
||||
|
|
4041
client/type.go
4041
client/type.go
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
3288
data/td_api.json
3288
data/td_api.json
File diff suppressed because it is too large
Load diff
1165
data/td_api.tl
1165
data/td_api.tl
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue