File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ Full support for inline query according to Telegram API (20 January 2016).
218
218
All methods implemented according to Telegram API (20 January 2016).
219
219
220
220
####Send Message
221
- Message longer than 4096 characters are splitted in more message .
221
+ Message longer than 4096 characters are splitted in more messages .
222
222
223
223
``` php
224
224
$result = Request::sendMessage(['chat_id' => $chat_id, 'text' => 'Your utf8 text 😜 ...']);
@@ -285,11 +285,11 @@ You can set a custom prefix to all the tables while you are enabling Mysql:
285
285
``` php
286
286
$telegram->enableMySQL($credentials, $BOT_NAME.'_');
287
287
```
288
- Consider to use the utf8mb4 branch if you find some special characters problems.
288
+ Consider to use the * utf8mb4* branch if you find some special characters problems.
289
289
You can also store inline query and chosen inline query in the database.
290
290
### Channels Support
291
291
All methods implemented can be used to manage channels.
292
- ( ** new! ** ) With admin interface you can manage your channel directly with your bot private chat.
292
+ With admin interface you can manage your channel directly with your bot private chat.
293
293
294
294
### Commands
295
295
The bot is able to recognise commands in chat with multiple bot (/command@mybot ).
You can’t perform that action at this time.
0 commit comments