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

Search Results for

    Improve this Doc

    Method CreatePrivateMessageReport

    | Improve this Doc View Source

    CreatePrivateMessageReport(CreatePrivateMessageReportForm, CancellationToken)

    Creates a new report for a private message.

    Declaration
    public Task<PrivateMessageReportResponse> CreatePrivateMessageReport(CreatePrivateMessageReportForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    CreatePrivateMessageReportForm form

    The form to send for creating a private message report.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<PrivateMessageReportResponse>

    The task object representing the asynchronous operation. The task result contains the response after creating a private message report.

    Implements
    ILemmyHttpClient.CreatePrivateMessageReport(CreatePrivateMessageReportForm, CancellationToken)
    © SlyCedix. All rights reserved.