core
core copied to clipboard
PHP Telegram Bot based on the official Telegram Bot API
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...
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? 
### 🐞 Bug Report #### Required Information | ? | ! | --- | --- | Operating system | Debian 10 | PHP Telegram Bot version | 0.83.0 | PHP...
### 🐞 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...
 If the robot is not in the group, clicking the inline keyboard in the group will get stuck. Please fix it!
### ❓ 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); }...
### 🐞 Bug Report #### Required Information | ? | ! | --- | --- | Operating system | macOS | PHP Telegram Bot version | 0.83 | PHP version...
| ? | ! |--- | --- | 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 Report #### Required Information | ? | ! | --- | --- | Operating system | Ubuntu 24.04 | PHP Telegram Bot version | 0.83.1 | PHP...