bot-api-base icon indicating copy to clipboard operation
bot-api-base copied to clipboard

Clear and simple Telegram bot API

Results 6 bot-api-base issues
Sort by recently updated
recently updated
newest added

## Detailed description When I'm building a new message via `SendMessageMethod` I'm passing an entities list that cannot be normalized by `BotApiNormalizer`. It just ignores them and still appears as...

Telegram released new version of bot api. Need to update the library to support their changes.

If you using Symfony flex please give feedback about our [recipe](https://github.com/symfony/recipes-contrib/tree/master/tg-bot-api/bot-api-base/1.0) in this issue.

enhancement
good first issue
question

In internal classes and in tests phpdoc is not pretty ([like this](https://github.com/tg-bot-api/bot-api-base/blob/master/tests/Method/MethodTestCase.php#L98)). Please improve it and write input/output types.

good first issue
non-urgent improvements