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

Search Results for

    Improve this Doc

    Method ListPostReports

    | Improve this Doc View Source

    ListPostReports(ListPostReportsForm, CancellationToken)

    Lists post reports.

    Declaration
    public Task<ListPostReportsResponse> ListPostReports(ListPostReportsForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    ListPostReportsForm form

    The form to send for listing post reports.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<ListPostReportsResponse>

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

    Implements
    ILemmyHttpClient.ListPostReports(ListPostReportsForm, CancellationToken)
    © SlyCedix. All rights reserved.