SavostinVladimir
SavostinVladimir
addding this line to `tdjson.go` solved the problem: ``` //#cgo linux LDFLAGS: -L/usr/local/lib -ltdjson_static -ltdjson_private -ltdclient -ltdcore -ltdactor -ltddb -ltdsqlite -ltdnet -ltdutils -lstdc++ -lssl -lcrypto -ldl -lz -lm ``` since...
This helped for me (I used the `docker-compose`): First of all remove the invalid container `docker container rm ` or `docker-compose rm ` (if you are using the `docker-compose`) Ensure...
Oh, yes! sorry. You are right)))
I looked deeper into getUpdates method. When it invoked it returns nothing when I click any button
Have the same issue!