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

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

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