Telegram Module Found under Utilities in left menu after installation.
Brief description
Video demo at
Telegram is a freeware, cross-platform, cloud-based instant messaging software and application service. The service also provides end-to-end encrypted video calling, VoIP, file sharing and several other features.Fresh Installation Instruction
Admin Controllers Files
Note: files below to be added in application/controllers/admin
- Install module from Perfex Module option.
- After installing download the files from Version 2.8.4 Here
- Add Staff.php to application/controllers/admin folder
- Add Utilities.php to application/controllers/admin folder
- Add Task.php to application/controllers/admin folder
Note: file below to be added in application/controllers
- Add Clients.php to application/controllers folder
- Add Cron_model.php to application/models/ folder
- Add Telegram_model.php to application/models/ folder
- Add telegram_helper.php to application/helpers/ folder
- Add autoload.php to application/config/ folder
- Create a bot by sending /newbot command to @BotFather
- Copy the BotToken and add it to Token filed in telegram module.