mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 20:54:42 +01:00
parent
094ed07ce1
commit
04adbcd115
@ -67,7 +67,8 @@
|
||||
"phpunit/phpunit": "^9",
|
||||
"bamarni/composer-bin-plugin": "1.5.0",
|
||||
"roave/security-advisories": "dev-latest",
|
||||
"symfony/yaml": "^6.0"
|
||||
"symfony/yaml": "^6.0",
|
||||
"amphp/http-server": "v3.x-dev"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-primemodule": "Install the primemodule and FFI extensions to speed up MadelineProto (https://prime.madelineproto.xyz)",
|
||||
|
@ -77,7 +77,7 @@ class MyEventHandler extends EventHandler
|
||||
public function onStart()
|
||||
{
|
||||
$this->logger("The bot was started!");
|
||||
var_dump(yield $this->getFullInfo('davtur19'));
|
||||
var_dump(yield $this->getFullInfo('MadelineProto'));
|
||||
}
|
||||
/**
|
||||
* Handle updates from supergroups and channels.
|
||||
|
Loading…
Reference in New Issue
Block a user