core icon indicating copy to clipboard operation
core copied to clipboard

PHP Telegram Bot based on the official Telegram Bot API

Results 78 core issues
Sort by recently updated
recently updated
newest added

### 🎉 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...

feature request

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...

feature request

### ❓ 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...

question

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 ?...

question

When the package will be updated for Laravel 9 and PHP 8.1 ?

question

| Operating system | Name and version | PHP Telegram Bot version | | PHP version | 7.3 | MySQL version |yes | Update Method | Webhook | Self-signed certificate...

question

### 🐞 Bug Report Table associated key to add index ah! #### Required Information | ? | ! | --- | --- | Operating system | Name and version |...

bug

| ? | ! |--- | --- | 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/)...

enhancement
feature request

### 🎉 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(); //...

feature request