Lemmy .NET API Lemmy .NET API
Lemmy .NET API Lemmy .NET API

Search Results for

    Improve this Doc

    Method ListCommentReports

    | Improve this Doc View Source

    ListCommentReports(ListCommentReportsForm, CancellationToken)

    Lists comment reports.

    Declaration
    public Task<ListCommentReportsResponse> ListCommentReports(ListCommentReportsForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    ListCommentReportsForm form

    The form to send for listing comment reports.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<ListCommentReportsResponse>

    The task object representing the asynchronous operation. The task result contains the response with the listed comment reports.

    Implements
    ILemmyHttpClient.ListCommentReports(ListCommentReportsForm, CancellationToken)
    © SlyCedix. All rights reserved.