Skip to content

iTeam-co/telegram-bot-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

telegram-bot-php

  • just require everyfile in it (require all files in '/src' also '/src/types')

Main Repo

some examples

<?php

namespace TEST;
use TelegramBotPHP;

$telegram = new methods ( 'TOKEN' );
$updates = new getUpdates ();

if ( $updates->text ) {
    $telegram->sendMessages([
        'chat_id' => $updates->from->id,
        'text' => $updates->text,
    ]);
}

// :)

?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages