Compare commits
2 Commits
d4fb087379
...
6a7433c67c
Author | SHA1 | Date |
---|---|---|
Astra | 6a7433c67c | |
Astra | ac75624c63 |
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
TAG := 054a823c1a812ee3e038f702c6d8ba3e6974be9c
|
TAG := v1.8.0
|
||||||
|
|
||||||
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.7.0
|
Go wrapper for [TDLib (Telegram Database Library)](https://github.com/tdlib/td) with full support of TDLib v1.8.0
|
||||||
|
|
||||||
## TDLib installation
|
## TDLib installation
|
||||||
|
|
||||||
|
|
1192
client/function.go
1192
client/function.go
File diff suppressed because it is too large
Load Diff
2920
client/type.go
2920
client/type.go
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
2593
data/td_api.json
2593
data/td_api.json
File diff suppressed because it is too large
Load Diff
902
data/td_api.tl
902
data/td_api.tl
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue