Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 579 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 579 Bytes

Telegram Bot wrapper

Ease your telegram bot development process by using the methods available in this module.

Getting started

  • To get started you have to configure the congif_3j.php file.
  • Edit the file and enter your bot's token and also specify your unique telegram Id as ADMINID to receive the errors.
  • Next create an index.php file and define ROOT as your current working directoy
  • Last thing include the functions.php file to index.php file
  • Now you're ready to go. To check if every thing working perfectly try the below method.

$jarvis->send_msg('hello');