Travis CI User
2f28bbcca4
Release 5.0.31 - Wrong return type on API::getEventHandler (#751)
* Update InternalDoc.php wrong return type it must be ```php \danog\MadelineProto\EventHandler``` and not ```php \EventHandler``` * Update Events.php wrong namespace on return type
MadelineProtoPhar
This website contains the MadelineProto easy installer.
Usage:
Download madeline.php, and include it in your script:
if (!file_exists('madeline.php')) {
copy('https://phar.madelineproto.xyz/madeline.php', 'madeline.php');
}
include 'madeline.php';
That's it.
Description
Languages
PHP
75.4%
Roff
22.8%
Shell
1.7%