Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

khamdullaevuz/TelegramBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TelegramBot

Telegram GitHub release (latest by date)

GitHub followers GitHub forks GitHub Repo stars GitHub watchers

Ishlatish

Composer orqali yuklash

composer require khamdullaevuz/telegrambot

Ulanish

require_once __DIR__."/vendor/autoload.php";

use KhamdullaevUz\Telegram\TelegramBot;

$telegram = new TelegramBot("API_KEY");

Github orqali yuklash

git clone https://github.com/khamdullaevuz/telegrambot

Ulanish:

require_once __DIR__."/src/TelegramBot.php";

use KhamdullaevUz\Telegram\TelegramBot;

$telegram = new TelegramBot("API_KEY");

Examples

Example: example

Created by: Elbek Khamdullaev