Variables in the article

I am trying to write my plugin.
To access the header I use a variable
$article[“title”]
To access the tag I use
$article[“tags”]
How to get access to the article itself (main part)? what should be the variable?

https://git.tt-rss.org/fox/tt-rss.git/tree/classes/rssutils.php#n755

see here