core
core copied to clipboard
PHP Telegram Bot based on the official Telegram Bot API
### 🎉 Feature Request ⚠️⚠️⚠️ This FR will break backward compatibility. #### Summary FR: ``` Switching to Enums instead of Entity Classes. ``` PHP 8.1 supports Enum, But this will...
It is very inconvenient that it is **impossible to create an inline button with empty parameters** in order to operate on it in the future and you have to manually...
### ❓ Support Question I can't remember the function that returns Back when the inline button is pressed, there is no need to use something complicated there. It is also...
I want to use this package and telegram bot on my laravel project. So how to setup the package so both the telegram bot and laravel project works well ?...
When the package will be updated for Laravel 9 and PHP 8.1 ?
| Operating system | Name and version | PHP Telegram Bot version | | PHP version | 7.3 | MySQL version |yes | Update Method | Webhook | Self-signed certificate...
### 🐞 Bug Report Table associated key to add index ah! #### Required Information | ? | ! | --- | --- | Operating system | Name and version |...
| ? | ! |--- | --- | Type | bug / feature / improvement | BC Break | yes / no | Fixed issues | #### Summary
Proof of concept to allow easy database migrations using Phinx. Before anything like this gets merged into core, we really should think about a centralised config management, like using [phpdotenv](https://github.com/vlucas/phpdotenv/)...
### 🎉 Feature Request #### Summary Hello everyone! I'm not exactly sure if this can be done ```php if ($update_type === 'message') { $message = $this->update->getMessage(); $type = $message->getType(); //...