PHP Classes

File: web/application/config/telegram.php

Recommend this page to a friend!
  Classes of David Girón   PHP Telegram Web Chat   web/application/config/telegram.php   Download  
File: web/application/config/telegram.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Telegram Web Chat
Interact with Telegram users via a Web based chat
Author: By
Last change:
Date: 3 years ago
Size: 116 bytes
 

Contents

Class file image Download
<?php

$config
['telegram_bot_id'] = 0;
$config['telegram_bot_key'] = '';
$config['telegram_bot_username'] = '';

?>