excelent/telegram-bot

There is no license information available for the latest version (2.4) of this package.

2.4 2023-01-20 14:41 UTC

This package is auto-updated.

Last update: 2024-05-12 12:25:50 UTC


README

Kutubxonadagi qulayliklar

  • Tez
  • Ishonchli
    • Xavfsiz
  • oson
    • qulay

Ro'yhat

Boshlash

Boshlash uchun avval kerakli Modullarni Bot.php Fayliga yuklab olish kerak

<?php

use Telegram\Bot;
use Database\DB;

Webhook

Endi Bot ishlashi uchun webhook qilish kerak

  • webhook index.php ga Yo'naltiriladi https://api.telegram.org/bot{bot-token}/setwebhook?url={fayil-manzili}

botga yuborilgan xabarni qabul qilish

Foydalanuvchi botga yuborgan Textli Xabarni Qabul qilish

Bot::getText();

Xabar yuborish

Bot.php

<?php

use Telegram\Bot;
use Database\DB;


Bot::sendMessage("Salom");