Slack\Message\MessageField::setShort PHP Method

setShort() public method

Set short
public setShort ( string $short )
$short string the value to set
    public function setShort($short)
    {
        $this->short = $short;
        return $this;
    }