Documentation can be found following the link below:
https://api.stackexchange.com/docs/comments-on-posts
public override IBridgeResponseCollection<Comment> GetPostsComments(long[] ids, CommentsQuery parameters = null) { return GetApiResultCollection<Comment, CommentsQuery>(ApiMethodEnum.CommentsOnPosts, CreateIdsVector(ids), parameters); }