submissionReplies method

Stream<Comment> submissionReplies()

Returns a Stream<Comment> of replies to submissions made by the currently authenticated user.

Implementation

Stream<Comment> submissionReplies() => ListingGenerator.createBasicGenerator(
    reddit, apiPath['submission_replies']);