-
Hi! I'm working on small project that needs to connect to telegram client api in order to create conversation. I tried mtproto lib, however its really buggy and looks unusable. This library works real…
-
## Telega Setup
*OS*: Arch Linux
*Emacs*: GNU Emacs 28.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.34, cairo version 1.17.6)
*Features*: svg ffmpeg tgs2png
*Telega*: telega v0.8.120 (T…
-
Hi, I think this project should not have use bindgen to build td to generate code. because, `tdlib-sys` it's a ffi project to call [td](https://github.com/tdlib/td) (tdlibjson.so), and this API file b…
-
Hey! Having this issue while trying to build on Apple Watch Ultra
Can it be fixed somehow?
Thanks
-
Hi,
This issue is directly related to https://github.com/tdlib/td/issues/2285.
I had a working client with a valid api_id and everything working in my computer, but I bought a new one, so on t…
-
I am trying to build tdweb for the browser and following the instructions from ReadMe at https://github.com/tdlib/td/tree/master/example/web.
When I try to run `./build-tdlib.sh` step I get the fol…
-
Hi, I've built a dylib from example folder for iOS, but a size is huge - 269 Mb. Can I somehow make it smaller?
Example how I'm building a lib:
```
git clone https://github.com/tdlib/td
cd td/ex…
-
Hi,
I builded the library with the help of the build instructions at https://tdlib.github.io/td/build.html?language=PHP.
The build works without any problems, but I can't load my builded libtdjson…
-
Trying to use `tdl` on Google Cloud Functions (serverless application platform). And I encountered this issue that when calling `TDLib(/PATH/TO/LIBTDJSON)`.
Code:
```javascript
import {
Cont…
-
An error occurs when building TDLib.
```
[ 76%] Linking CXX shared library libtdjson.so
clang: error: unable to execute command: Killed
clang: error: linker command failed due to signal (use -v to…