File tree Expand file tree Collapse file tree 6 files changed +7
-1623
lines changed Expand file tree Collapse file tree 6 files changed +7
-1623
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
15
15
### Deprecated
16
16
### Removed
17
17
- Service message system commands, which are now handled by ` GenericmessageCommand ` .
18
+ - Assets have been moved to a dedicated repository.
18
19
### Fixed
19
20
- Boolean value for Polls gets saved correctly in MySQL DB.
20
21
- Correctly use ` Request::answerInlineQuery ` in ` InlineQuery::answer ` .
Original file line number Diff line number Diff line change 1
1
<h1 align =" center " >
2
2
PHP Telegram Bot<br>
3
3
<br>
4
- <img src="assets/logo/512px/logo_plain.png" title="PHP Telegram Bot" alt="PHP Telegram Bot logo">
4
+ <img src="https://raw.githubusercontent.com/php-telegram-bot/ assets/master /logo/512px/logo_plain.png" title="PHP Telegram Bot" alt="PHP Telegram Bot logo">
5
5
<br>
6
6
</h1 >
7
7
@@ -56,6 +56,7 @@ A Telegram Bot based on the official [Telegram Bot API]
56
56
- [ Upload and Download directory path] ( #upload-and-download-directory-path )
57
57
- [ Logging] ( doc/01-utils.md )
58
58
- [ Documentation] ( #documentation )
59
+ - [ Assets] ( #assets )
59
60
- [ Example bot] ( #example-bot )
60
61
- [ Projects with this library] ( #projects-with-this-library )
61
62
- [ Troubleshooting] ( #troubleshooting )
@@ -569,6 +570,10 @@ $telegram->setUploadPath('/your/path/Upload');
569
570
Take a look at the repo [ Wiki] for further information and tutorials!
570
571
Feel free to improve!
571
572
573
+ ## Assets
574
+
575
+ All project assets can be found in the [ assets] ( https://github.com/php-telegram-bot/assets ) repository.
576
+
572
577
## Example bot
573
578
574
579
We're busy working on a full A-Z example bot, to help get you started with this library and to show you how to use all its features.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments