Skip to content

Commit

Permalink
Move examples to own repository.
Browse files Browse the repository at this point in the history
Update changelog.
  • Loading branch information
noplanman committed Apr 25, 2017
1 parent 4845298 commit 1747172
Show file tree
Hide file tree
Showing 43 changed files with 17 additions and 2,961 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- Proper standalone `scrutinizer.yml` config.
- Human-readable last error date for debug command.
### Changed
- Bot username no longer required for object instantiation.
### Deprecated
### Removed
- All examples have been moved to a [dedicated repository](https://github.com/php-telegram-bot/example-bot).
### Fixed
- Format of Update content type using `$update->getUpdateContent()`.
### Security

## [0.43.0] - 2017-04-17
### Added
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ A Telegram Bot based on the official [Telegram Bot API](https://core.telegram.or
- [Upload and Download directory path](#upload-and-download-directory-path)
- [Logging](doc/01-utils.md)
- [Documentation](#documentation)
- [Example bot](#example-bot)
- [Projects with this library](#projects-with-this-library)
- [Troubleshooting](#troubleshooting)
- [Contributing](#contributing)
Expand Down Expand Up @@ -529,6 +530,11 @@ $telegram->setUploadPath('yourpath/Upload');
Take a look at the repo [Wiki](https://github.com/php-telegram-bot/core/wiki) for further information and tutorials!
Feel free to improve!

## Example bot

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.
You can check the progress of the [example bot repository](https://github.com/php-telegram-bot/example-bot).

## Projects with this library

Here's a list of projects that feats this library, feel free to add yours!
Expand Down
58 changes: 0 additions & 58 deletions examples/Commands/CallbackqueryCommand.php

This file was deleted.

105 changes: 0 additions & 105 deletions examples/Commands/CancelCommand.php

This file was deleted.

48 changes: 0 additions & 48 deletions examples/Commands/ChannelchatcreatedCommand.php

This file was deleted.

47 changes: 0 additions & 47 deletions examples/Commands/ChannelpostCommand.php

This file was deleted.

50 changes: 0 additions & 50 deletions examples/Commands/ChoseninlineresultCommand.php

This file was deleted.

Loading

0 comments on commit 1747172

Please sign in to comment.