Maknz\Slack\AttachmentField::setShort PHP Method

setShort() public method

Set whether this field is short enough for displaying side-by-side with other fields.
public setShort ( string $value )
$value string
    public function setShort($value)
    {
        $this->short = (bool) $value;
        return $this;
    }