Update example
This commit is contained in:
parent
aba1bf5512
commit
3db8e3e47a
@ -74,6 +74,14 @@ class MyEventHandler extends EventHandler
|
||||
{
|
||||
return [self::ADMIN];
|
||||
}
|
||||
/**
|
||||
* Called on startup, can contain async calls for initialization of the bot
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function onStart()
|
||||
{
|
||||
}
|
||||
/**
|
||||
* Handle updates from supergroups and channels
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user