PHP Interface Spatie\SlashCommand\HandlesSlashCommand

Show file Open project: spatie/laravel-slack-slash-command

Public Methods

Method Description
getRequest ( ) : Request
respondToSlack ( string $text ) : Response

Method Details

getRequest() public method

public getRequest ( ) : Request
return Request

respondToSlack() public method

public respondToSlack ( string $text ) : Response
$text string
return Response