mirror of
https://github.com/c0re100/gotdlib.git
synced 2026-02-21 20:20:17 +01:00
Add some example code
This commit is contained in:
parent
82bdbff466
commit
7196ad9adc
9 changed files with 553 additions and 1 deletions
15
README.md
15
README.md
|
|
@ -1 +1,14 @@
|
|||
## Fork for [modded TDLib](https://github.com/c0re100/td)
|
||||
## 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
|
||||
2. Add update event filter
|
||||
3. Add command parser
|
||||
4. Receive correct message id to patch text/dice message response.
|
||||
|
||||
[Here](example) are a few example codes about how to use **c0re100/gotdlib**.
|
||||
Loading…
Add table
Add a link
Reference in a new issue