Slack\Bot::getIconImage48 PHP Method

getIconImage48() public method

Bot icon image URL 48x48px
public getIconImage48 ( ) : string
return string URL of the 48x48px bot icon image
    public function getIconImage48()
    {
        return $this->data['icons']['image_48'];
    }