#
tdlib-go
Here are 7 public repositories matching this topic...
Library for working with golang telegram client + bot based on tdlib. This library was taken from the user Arman92 and changed for the current version of tdlib.
go
golang
php
awesome
telegram
telegram-bot
telegram-desktop
golang-library
telegram-client
telegram-cli-bot
tdlib
tdlib-go
-
Updated
Dec 23, 2021 - Go
Improve this page
Add a description, image, and links to the tdlib-go topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tdlib-go topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I think people may prefer to have the ability to cancel their requests at any time.
Describe the solution you'd like
Add
context.Contextto every func/method that involves network operations.Describe alternatives you've considered
N/A
Additional context
This isn't a difficult feature to imple