interface CommandInterface (View source)

Interface CommandInterface

Methods

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

Process Inbound Command.

mixed
handle($arguments)

Process the command.

Details

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

Process Inbound Command.

Parameters

$telegram
$arguments
$update

Return Value

mixed

at line 30
mixed handle($arguments)

Process the command.

Parameters

$arguments

Return Value

mixed