-
### Describe the bug
I have tried installing via cargo install and cargo build, both have resulted in libtdjson missing
### Reproduction steps
I am using WSL - Ubuntu 22.04 - Intel machine
1. `car…
-
When installing libtdjson.so.1.8.2 instead of libtdjson.so.1.6.0 tehre is an error in the method updateChatOrder
The field 'order' seems to exist in libtdjson.so.1.6.0
comparison of chat objec…
cstes updated
2 years ago
-
Hi all. I ran into this problem while uploading an app on App Store Connect:
Introductory: my application uses the tdlib library (for telegram), written on a cross-platform (flutter), made and launch…
-
Like that:
```js
let td = new TD({libtdjson: ''})
```
nic11 updated
6 years ago
-
Issue pertains to usage of TDLib in Xcode 16 betas, hence only concerns Apple OS platforms. dSYM refers to a debug symbols.
When uploading an app that uses TDLib's framework to App Store Connect, X…
-
build libtdjson version 1.7.10 from tdlib/td
add .dylib to xcode
Frameworks、Libraries、and Embedded Content -- add Files -- add libtdjson.dylib && set Embed & Sign
I received an error after up…
-
I'm getting error on macOS with M1 CPU
python-telegram version: 0.18.0
```python
from telegram.client import Telegram
Telegram(
api_id='api_id',
api_hash='api_hash',
phone='+3…
-
Hi!
I try to build my simple example using your lib.
But I get this error:
```/tmp/___client: error while loading shared libraries: libtdjson.so.1.4.0: cannot open shared object file: No such file …
-
node v. 8.4.0
```node_modules/ffi/lib/dynamic_library.js:74
throw new Error('Dynamic Linking Error: ' + err)
^
Error: Dynamic Linking Error: dlopen(project/node_modules/node-tg-native/…
-
Thank you so much for the good job of compiling the library making it very easy to use in a project.
I have struggling with an issue the last three days.
I am building react-native module to c…