-
# Environment
MacOS 15.0
tdlib 1.8.0
go-tdlib 0.7.2
# Description
Parameters specified
```
authorizer := tdlib.ClientAuthorizer()
go tdlib.CliInteractor(authorizer)
authorizer.TdlibParame…
-
Why does it take so much to connect to a proxy (both http and socks5 take about a minute)?
This happens with tdlib built for Go on ubuntu-24.
Here is the log for Go version:
```[ 3][t 0][173…
-
for building and executing on windows it can be a little bit tricky, so I'll post my solution for anyone that wants to run it on windows
# step 1: building the tdlib
first, install visual studio…
Zoha updated
6 months ago
-
`rawUpdates` can be accessed from multiple goroutines, but it's not synchronized.
https://github.com/Arman92/go-tdlib/blob/2f743ae341ab7b1fc6a43de1625ba76b46fdebf1/tdlib.go#L109-L112
https://git…
-
I copied folder tdlib/include/td to /Users/montie/go/pkg/mod/github.com/!arman92/go-tdlib@v1.0.0
and got some error.
`# github.com/Arman92/go-tdlib
ld: library not found for -ltdjson_static
`
…
-
I am running GO version 1.15.7 and first of all the install instructions does not work that is stated in the readme file.
There is no makefile for the "make install" to execute, at least not for me. …
-
Hack of tdlib.go for DestroyInstance()
```go
var IsClosed = false
func NewClient(config Config) *Client {
// ...
go func() {
for !IsClosed {
// get update
updateBytes :…
-
Got this error:
```
../../../../pkg/mod/github.com/!arman92/go-tdlib@v0.0.0-20190517084650-5bbe270b752e/tdlib.go:10:10: fatal error: 'td/telegram/td_json_client.h' file not found
#include
…
un000 updated
2 years ago
-
I ran code with the assumption `err` would return upon any limiting. After messages failed to send, I turned the TDLib logging level to find Telegram was repeatedly responding with 429 Too Many Reques…
-
Hi
I get the following command when running
command: go run basicAuthorization.go
error:
github.com/Arman92/go-tdlib
/usr/bin/ld: cannot find -lc++
collect2: error: ld returned 1 exit st…