interface CommandInterface (View source)

Interface CommandInterface.

Methods

mixed
make($telegram, $arguments, $update)

Process Inbound Command.

mixed
handle($arguments)

Process the command.

Details

at line 19
mixed make($telegram, $arguments, $update)

Process Inbound Command.

Parameters

$telegram
$arguments
$update

Return Value

mixed

at line 28
mixed handle($arguments)

Process the command.

Parameters

$arguments

Return Value

mixed