Skip to content

khamdullaevuz/php-telegram-bot-polling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

telegram bot php polling

usage

create config.php and add telegram bot api key

<?php

class Config
{
    const API_KEY = "YOUR_API_KEY";
}

write code in update.php

run bot

php handle.php