Showing RSS feed via fetch_feed. How to show the site title of the feed?

$feed = fetch_feed($feedurl);
$channel = $feed->channel;
$blog_title = $channel["title"];

Note – I haven’t tested this, am relying on my (faulty) memory.