go-tdlib/README.md

15 lines
562 B
Markdown
Raw Normal View History

2022-01-29 19:51:49 +00:00
## Forked library for [modded TDLib](https://github.com/c0re100/td)
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
1. Static build by default
2022-02-06 03:26:42 +00:00
2. Add update [event filter](example#event-filter)
3. Add [command](example#command) parser
2022-01-29 19:51:49 +00:00
4. Receive correct message id to patch text/dice message response.
2022-02-06 03:26:42 +00:00
5. Add [Pending updates](example#pending-updates)
2022-01-29 19:51:49 +00:00
[Here](example) are a few example codes about how to use **c0re100/gotdlib**.