Свойство | Тип | Описание | |
---|---|---|---|
$attachments | |||
$channel | string | ||
$client | |||
$icon | string | ||
$request | |||
$responseType | string | ||
$text | string |
Метод | Описание | |
---|---|---|
__construct ( |
||
create ( |
||
displayResponseToEveryoneOnChannel ( string $channelName = '' ) | ||
displayResponseToUserWhoTypedCommand ( ) | ||
getIconType ( ) : string | ||
getIlluminateResponse ( ) : Illuminate\Http\Response | ||
onChannel ( string $channelName ) | ||
send ( ) | Send the response to Slack. | |
useIcon ( string $icon ) : this | Set the icon (either URL or emoji) we will post as. | |
withAttachment ( |
||
withText ( string $text ) |
Метод | Описание | |
---|---|---|
getPayload ( ) : array |
public __construct ( |
||
$client | ||
$request |
public static create ( |
||
$request | ||
Результат |
public displayResponseToEveryoneOnChannel ( string $channelName = '' ) | ||
$channelName | string |
public displayResponseToUserWhoTypedCommand ( ) |
public getIlluminateResponse ( ) : Illuminate\Http\Response | ||
Результат | Illuminate\Http\Response |
public withAttachment ( |
||
$attachment |
protected Collection,Illuminate\Support $attachments | ||
Результат |