@zero-bot.net/tg-bot-api 1.0.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/doc/api.md +1003 -0
- package/lib/telegram.d.ts +4929 -0
- package/lib/telegram.js +1086 -1
- package/package.json +7 -4
- package/src/telegram.d.ts +4929 -0
- package/src/telegram.js +1121 -1
- package/doc/tutorials.md +0 -12
package/README.md
CHANGED
|
@@ -115,6 +115,7 @@ Some things built using this library that might interest you:
|
|
|
115
115
|
**The MIT License (MIT)**
|
|
116
116
|
|
|
117
117
|
Copyright © 2019 Yago
|
|
118
|
+
Copyright © 2026 Grandpa EJ
|
|
118
119
|
|
|
119
120
|
[usage]:https://github.com/ZeroBot-net/tg-bot-api/tree/master/doc/usage.md
|
|
120
121
|
[examples]:https://github.com/ZeroBot-net/tg-bot-api/tree/master/examples
|