Slack\Bot::getIconImage36 PHP Method

getIconImage36() public method

Bot icon image URL 36x36px
public getIconImage36 ( ) : string
return string URL of the 36x36px bot icon image
    public function getIconImage36()
    {
        return $this->data['icons']['image_36'];
    }