client | ||
cmd | ||
codegen | ||
data | ||
example | ||
tlparser | ||
.gitignore | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
README.md |
Forked library for modded TDLib
When I'm refactoring my own bot from Arman92/go-tdlib
to zelenin/go-tdlib
I realized that zelenin's library doesn't meet my need😕
So I fork it and make some changes
- Static build by default
- Add update event filter
- Add command parser
- Receive correct message id to patch text/dice message response.
Here are a few example codes about how to use c0re100/gotdlib.