mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-02-21 12:20:15 +01:00
Fork for modded TDLib
|
|
||
|---|---|---|
| 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.
- Add Pending updates
Here are a few example codes about how to use c0re100/gotdlib.