Skip to content

Commit dfa7ee4

Browse files
committed
Readme
1 parent 0294f6e commit dfa7ee4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Full support for inline query according to Telegram API (20 January 2016).
218218
All 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.
289289
You can also store inline query and chosen inline query in the database.
290290
### Channels Support
291291
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.
293293

294294
### Commands
295295
The bot is able to recognise commands in chat with multiple bot (/command@mybot ).

0 commit comments

Comments
 (0)