telegram-api icon indicating copy to clipboard operation
telegram-api copied to clipboard

Complete async capable Telegram bot API implementation for PHP7

Results 18 telegram-api issues
Sort by recently updated
recently updated
newest added

## Description of problem > amphp/artax This package is abandoned and no longer maintained. The author suggests using the [amphp/http-client](https://packagist.org/packages/amphp/http-client) package instead.

Will it be improved in the later stage?

## Which version are you using? ``` unreal4u/telegram-api v3.6.0 A complete Telegram bot API implementation written in PHP, with support for inline bots! ``` ## Description of problem Example https://github.com/unreal4u/telegram-api/blob/master/examples/00.send-message-amp.php...

more-info-needed
bug

This one is big! [Introducing Bot API 5.0](https://core.telegram.org/bots/api#november-4-2020) Run Your Own Bot API Server - [x] Bot API source code is now available at telegram-bot-api. You can now run your...

top-prio
work-in-progress
new-bot-api-version

This PR also adds roave/security-advisories to prevent installation of known vulnerable packages. I have not tested the test fix and it might instead break things.

Used composer for installation get the follow warning message Package amphp/artax is abandoned, you should avoid using it. Use amphp/http-client instead.

easy-fix
on-hold

## Which version are you using? 3.5.0 ## Output: ``` Bad Request: BUTTON_TYPE_INVALID ``` ## Description of problem When I set up a Markup object to use it in reply_markup...

bug

## Which version are you using? `3.5.0` Splitting too long messages into multiple messages like this library does: https://github.com/php-telegram-bot/core

easy-fix
more-info-needed