CommandInterface
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.
at line 28
mixed
handle($arguments)
Process the command.