Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 41a0481

Browse files
committed
Documentation update
1 parent 816dff7 commit 41a0481

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,19 @@ None at the moment. If you find any, feel free to [submit a PR](https://github.c
1515

1616
### About this class
1717

18-
* Enables you to send messages, stickers, location and other methods via PHP to a Telegram user (either direct conversation, channel or group).
18+
* Enables you to anything supported by the Telegram Bot API: messages, stickers, location, inline bots and any other supported method via PHP to a Telegram user (either direct conversation, channel, group or supergroup).
1919
* Respects and implements the default types and methods made by Telegram itself. Have any doubts about any method? [Just check the original documentation](https://core.telegram.org/bots/api), this implementation will not differ too much.
2020
* Doesn't need any dependency, except for Guzzle, which you can inyect if you already use it elsewhere.
2121
* **Full** inline bots support!
2222

23-
### Detailed description
24-
25-
This project was born to study the new concepts of PHP7 and to integrate some other knowledge I had previously heard
26-
about but didn't have the time to play with them. The idea behind was to create a simple to use class which could
27-
play nicely with the Telegram API. The end result however ended up being a complete bot API implementation.
28-
2923
## Installation
3024

3125
The preferred method is composer, so add the following to your composer.json:
3226

3327
```json
3428
{
3529
"require": {
36-
"unreal4u/telegram-api": "~2.1"
30+
"unreal4u/telegram-api": "~2.3"
3731
}
3832
}
3933
```
@@ -67,7 +61,7 @@ Different methods return different object types.
6761
Please refer to the [examples directory](https://github.com/unreal4u/telegram-api/tree/master/examples) to view examples
6862
of some of the implemented methods, including inline bots.
6963

70-
For examples of actual code that works in a production environment, please refer to my other repo: https://github.com/unreal4u/tg-timebot
64+
For examples of actual code that works in a production environment, please refer to my other repo: https://github.com/unreal4u/telegram-bots
7165

7266
### Getting updates via Webhook
7367

@@ -76,7 +70,7 @@ more information on this.
7670

7771
### Inline bots
7872

79-
Please checkout the [special wiki page](https://github.com/unreal4u/telegram-api/wiki/Inline-Bots) about Inline bots.
73+
Please checkout the [special wiki page](https://github.com/unreal4u/telegram-api/wiki/Inline-Bots) about inline bots.
8074

8175
### Extra requirements
8276

0 commit comments

Comments
 (0)