Compare commits
2 commits
d4fb087379
...
6a7433c67c
Author | SHA1 | Date | |
---|---|---|---|
6a7433c67c | |||
ac75624c63 |
7 changed files with 1772 additions and 7013 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
TAG := 054a823c1a812ee3e038f702c6d8ba3e6974be9c
|
||||
TAG := v1.8.0
|
||||
|
||||
schema-update:
|
||||
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 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
|
||||
|
||||
|
|
1198
client/function.go
1198
client/function.go
File diff suppressed because it is too large
Load diff
2938
client/type.go
2938
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…
Add table
Add a link
Reference in a new issue