文件名称:PHP-Library-for-Telegram-Bot-Api:不是使用Telegram API的官方库
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-13 11:59:34
PHP
PHP电报库 不是用于Telegram API for BOTS的官方库 需要卷曲 ##基本用法 $ telegram = new Telegram ( BOT_ACCESS_TOKEN ); try { $ data = $ telegram -> getMe (); } catch ( Exception $ e ) { // You can catch Telegram exceptions here } ##如果需要,可以返回响应对象 $ telegram -> setModeObject ( true ); ##发送文件问题 $ telegram -> sendPhoto ([ 'chat_id' => CHAT_ID , 'photo' => FILE_PATH