GetComments
GetComments returns a list with all thread comments and replies. To reverse iterate use a negative count. Top level comments can be filtered by comparing `Comment.ParentID()` to `Comment.ThreadID()`: a top level comment's parent is its thread, while a reply's parent is the comment or reply it answers.
Command
gnokey query vm/qeval -remote "https://rpc.sapphire.testnets.gno.land" -data "gno.land/r/gnoland/boards2/v1.GetComments(,,,)"
Result