go-tdlib icon indicating copy to clipboard operation
go-tdlib copied to clipboard

Go wrapper for TDLib (Telegram Database Library)

Results 30 go-tdlib issues
Sort by recently updated
recently updated
newest added

I did it for myself to get message reactions. Confirmed to be working fine with go.mod + replace to local checkout + TDLib master=v1.8.4. I used `master` because TDLib devs...

Hi. How could we send voice messages (by sending specific files) using TDLib in the video calls that we have attended?

How to use GetChats in recent library version?

Hi @zelenin, I tried to use this library both with tdlib 1.8.3 and 1.6.0 but every time that I try to compile I get these errors: ``` # github.com/zelenin/go-tdlib/client ../../../../zelenin/go-tdlib/client/tdlib.go:130:11:...

I was trying to build example in readme and i get tons of error aboud ld these are first few line: ``` # github.com/zelenin/go-tdlib/client /usr/bin/ld: /usr/local/lib/libtdjson_private.a(ClientJson.cpp.o): in function `td::ClientJson::send(td::Slice)': ClientJson.cpp:(.text._ZN2td10ClientJson4sendENS_5SliceE+0x61):...

It could be usefull to set log callback from golang.

Please, show me how to send a sticker. I have no idea what InputFile is. Thank you.

Hello. How can I config my TDLib client to use a specific interface of the droplet for sending/receiving its requests?

Hi. I have written a code in which I have a for loop and I check last seen and online status of my Telegram account ,periodically. I had added my...

im getting this error do you know how i can fix it ? ``` 2022/09/28 18:26:45 NewClient error: 500 Request aborted ``` [i used the code from quick start ](https://github.com/zelenin/go-tdlib#client)...