文件名称:TelegramBot-PHP-library:TelegramBot是用于机器人的Telegram API的非官方库
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-04 06:49:24
PHP
TelegramBot-PHP库 TelegramBot是PHP中的一个非官方库,可的 安装 通过作曲家 $ composer require paranoiasystem/telegrambot-php-library 用法 发信息 <?php namespace Telegram ; require_once __DIR__ . '/vendor/autoload.php' ; $ bot = new TelegramBot ( 'YOUR_BOT_API_TOKEN' , 'YOUR_BOT_USERNAME' ); $ bot -> sendMessage ( 'chat_id' , 'text' ); 发送照片 <?php namespace Telegram ; require_once __DIR__ . '/vendor/autoload.p