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
+20-15Lines changed: 20 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
A Telegram Bot based on the official [Telegram Bot API](https://core.telegram.org/bots/api)
14
14
15
15
16
-
## introduction
16
+
## Introduction
17
17
This is a pure php Telegram Bot, fully extensible via plugins. Telegram recently announced official support for a [Bot API](https://telegram.org/blog/bot-revolution) allowing integrators of all sorts to bring automated interactions to the mobile platform. This Bot aims to provide a platform where one could simply write a plugin and have interactions in a matter of minutes.
18
18
The Bot supports Reply Markup and handle commands in group chat with multiple bot.
19
19
@@ -139,6 +139,7 @@ try {
139
139
}
140
140
```
141
141
142
+
##MySQL storage
142
143
If you want insert in database messages/users for further usage in commands, create database and import structure.sql and enable mysql support after object creation and BEFORE handle method
This code is available on [Github][0]. Pull requests are welcome.
211
218
212
219
213
-
Troubleshooting
214
-
-------------
220
+
##Troubleshooting
215
221
216
222
If you like living on the edge, please report any bugs you find on the [PHP Telegram Bot issues](https://github.com/akalongman/php-telegram-bot/issues) page.
217
223
218
224
219
-
Contributing
220
-
-------------
225
+
##Contributing
221
226
222
227
See [CONTRIBUTING.md](CONTRIBUTING.md) for information.
0 commit comments