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 21
mixed
make($telegram, $arguments, $update)
Process Inbound Command.
at line 30
mixed
handle($arguments)
Process the command.