Compare commits

...

2 Commits

Author SHA1 Message Date
astravexton d4fb087379 Update tdlib code to 1.8.3 2022-04-18 20:46:11 +00:00
astravexton 1e67a2c70d Update tdlib code to 1.8.3 2022-04-18 20:45:01 +00:00
9 changed files with 8287 additions and 3238 deletions

View File

@ -1,4 +1,4 @@
TAG := a53cb30 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

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,4 @@
//go:build darwin
// +build darwin // +build darwin
package client package client

View File

@ -1,3 +1,4 @@
//go:build libtdjson && (linux || darwin || windows)
// +build libtdjson // +build libtdjson
// +build linux darwin windows // +build linux darwin windows

View File

@ -1,3 +1,4 @@
//go:build !libtdjson && (linux || darwin)
// +build !libtdjson // +build !libtdjson
// +build linux darwin // +build linux darwin

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff