Skip to content

Commit 07781e9

Browse files
committed
Revert "Add reference to Emoji library in the README"
This reverts commit 2c90bf3.
1 parent 2c90bf3 commit 07781e9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,7 @@ Let me know using this [Issue](https://github.com/Eleirbag89/TelegramBotPHP/issu
193193
Emoticons
194194
------------
195195
For a list of emoticons to use in your bot messages, please refer to the column Bytes of this table:
196-
http://apps.timwhitlock.info/emoji/tables/unicode
197-
Or you can include this [library](https://github.com/shanraisshan/EmojiCodeSheet/tree/master/php/procedural%20php/string) and use the defined constans:
198-
```php
199-
200-
include 'emojis/people.php';
201-
$content = array('chat_id' => $chat_id, 'text' => "Emoji" . PEOPLE_GRINNING_FACE);
202-
```
196+
http://apps.timwhitlock.info/emoji/tables/unicode
203197

204198
Contact me
205199
------------

0 commit comments

Comments
 (0)