core icon indicating copy to clipboard operation
core copied to clipboard

PHP Telegram Bot based on the official Telegram Bot API

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

I have an issue when sending multiple files. When I make a request to an API, it might return more than 50 links. I want to send a video for...

question

I type "**php composer.phar require longman/telegram-bot**" in terminal and there is only one guzzlehttp folder in the vendor folder, what to do? ![image](https://github.com/user-attachments/assets/4af2eaff-aec6-4d65-a2b3-46e01b6c512a)

question

### 🐞 Bug Report #### Required Information | ? | ! | --- | --- | Operating system | Debian 10 | PHP Telegram Bot version | 0.83.0 | PHP...

bug

### 🐞 Bug Report If the forwarded message comes from a deleted chat, it seems that an error will be reported. Now forward the message to the save message of...

bug

![QQ截图20240903122828](https://github.com/user-attachments/assets/7a49eff1-17bb-4c4f-8673-3b7c36e7a1ab) If the robot is not in the group, clicking the inline keyboard in the group will get stuck. Please fix it!

bug

### ❓ Support Question $chatidr, 'text'=> $text); $ch = curl_init(); $optArray = array(CURLOPT_URL =>$url, CURLOPT_POST => true, CURLOPT_POSTFIELDS =>$array,CURLOPT_RETURNTRANSFER => true); curl_setopt_array($ch, $optArray); $result = curl_exec($ch); curl_close($ch); return json_decode($result,true); }...

question

### 🐞 Bug Report #### Required Information | ? | ! | --- | --- | Operating system | macOS | PHP Telegram Bot version | 0.83 | PHP version...

bug

| ? | ! |--- | --- | Type | bug | BC Break | no | Fixed issues | 1481 #### Summary Duplicate Class Declaration Error with Commands Matching...

try { // Bot API key and username $bot_api_key = 'xxx'; $bot_username = 'xxx'; // Create Telegram API object $telegram = new Telegram($bot_api_key, $bot_username); // 设置 MySQL $mysql_credentials = [...

bug

### 🐞 Bug Report #### Required Information | ? | ! | --- | --- | Operating system | Ubuntu 24.04 | PHP Telegram Bot version | 0.83.1 | PHP...

bug