Bitrix24\Im\Attach\Item\Link::getAttachData PHP Method

getAttachData() public method

public getAttachData ( ) : array
return array
    public function getAttachData()
    {
        return array('NAME' => $this->name, 'DESC' => $this->description, 'LINK' => $this->link, 'PREVIEW' => $this->preview);
    }