Compare commits
No commits in common. "6a7433c67cb1f2b1d196e5eed7da3963fbfd6588" and "d4fb087379a468455e9914a061d93f9d3f605f72" have entirely different histories.
6a7433c67c
...
d4fb087379
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
TAG := v1.8.0
|
TAG := 054a823c1a812ee3e038f702c6d8ba3e6974be9c
|
||||||
|
|
||||||
schema-update:
|
schema-update:
|
||||||
curl https://raw.githubusercontent.com/tdlib/td/${TAG}/td/generate/scheme/td_api.tl 2>/dev/null > ./data/td_api.tl
|
curl https://raw.githubusercontent.com/tdlib/td/${TAG}/td/generate/scheme/td_api.tl 2>/dev/null > ./data/td_api.tl
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# go-tdlib
|
# go-tdlib
|
||||||
|
|
||||||
Go wrapper for [TDLib (Telegram Database Library)](https://github.com/tdlib/td) with full support of TDLib v1.8.0
|
Go wrapper for [TDLib (Telegram Database Library)](https://github.com/tdlib/td) with full support of TDLib v1.7.0
|
||||||
|
|
||||||
## TDLib installation
|
## TDLib installation
|
||||||
|
|
||||||
|
|
1198
client/function.go
1198
client/function.go
File diff suppressed because it is too large
Load Diff
3028
client/type.go
3028
client/type.go
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2633
data/td_api.json
2633
data/td_api.json
File diff suppressed because it is too large
Load Diff
908
data/td_api.tl
908
data/td_api.tl
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue