Slack\Bot::getIconImage72 PHP Method

getIconImage72() public method

Bot icon image URL 72x72px
public getIconImage72 ( ) : string
return string URL of the 72x72px bot icon image
    public function getIconImage72()
    {
        return $this->data['icons']['image_72'];
    }