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).
218218All methods implemented according to Telegram API (20 January 2016).
219219
220220####Send Message
221- Message longer than 4096 characters are splitted in more message .
221+ Message longer than 4096 characters are splitted in more messages .
222222
223223``` php
224224$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:
285285``` php
286286$telegram->enableMySQL($credentials, $BOT_NAME.'_');
287287```
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.
289289You can also store inline query and chosen inline query in the database.
290290### Channels Support
291291All 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.
293293
294294### Commands
295295The 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