You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+173-7Lines changed: 173 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,24 @@
1
1
# lua-telegram-bot
2
2
A simple LUA Framework for the [Telegram Bot API](https://https://core.telegram.org/bots/api)
3
3
4
+
Made with ❤️ by [@cosmonawt](https://telegram.me/cosmonawt)
5
+
4
6
## Changelog
5
7
6
-
### Feb 28 2016
8
+
### Mar 27 2016 - v2.0
9
+
10
+
* Added [Framework Extension](https://github.com/cosmonawt/lua-telegram-bot#framework-extension) which includes an internal update and callback handler and several callback functions which can be overridden.
11
+
* Added file `bot-example.lua` with examples on how to use the new [Framework Extension](https://github.com/cosmonawt/lua-telegram-bot#framework-extension).
12
+
* Minor bug fixes
13
+
14
+
### Feb 28 2016 v1.1
7
15
8
16
* Added `disable_notification` argument to all sending methods to enable [silent messages](https://telegram.org/blog/channels-2-0#silent-messages)
9
17
* Added `caption` argument to `sendDocument()`
10
18
11
-
### Jan 22 2016
19
+
### Jan 22 2016 - v1.0
12
20
13
-
* Initial release v0.1-alpha
21
+
* Initial release v1.0-alpha
14
22
15
23
16
24
## Installing
@@ -29,13 +37,14 @@ Simply place it in the `lua-telegram-bot` Folder.
29
37
30
38
To use this module, import it into your bot like this:
0 commit comments