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

Search Results for

    Improve this Doc

    Method ListPrivateMessageReports

    | Improve this Doc View Source

    ListPrivateMessageReports(ListPrivateMessageReportsForm, CancellationToken)

    Lists private message reports.

    Declaration
    public Task<ListPrivateMessageReportsResponse> ListPrivateMessageReports(ListPrivateMessageReportsForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    ListPrivateMessageReportsForm form

    The form to send for listing private message reports.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<ListPrivateMessageReportsResponse>

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

    Implements
    ILemmyHttpClient.ListPrivateMessageReports(ListPrivateMessageReportsForm, CancellationToken)
    © SlyCedix. All rights reserved.