Maknz\Slack\AttachmentAction::setType PHP Метод

setType() публичный Метод

public setType ( string $type ) : AttachmentAction
$type string
Результат AttachmentAction
    public function setType($type)
    {
        $this->type = $type;
        return $this;
    }