ees/tnotify

向Telegram发送消息

v1.01 2021-12-07 07:11 UTC

This package is auto-updated.

Last update: 2024-09-07 12:52:29 UTC


README

<?php
require_once __DIR__ . '/vendor/autoload.php';

use TNotify\Message;

$cl=new Message(***BOT_TOKEN***,***CHAT_ID***);
echo $cl->send(***MESSAGE***);