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

Search Results for

    Improve this Doc

    Method GetPrivateMessages

    | Improve this Doc View Source

    GetPrivateMessages(GetPrivateMessagesForm, CancellationToken)

    Gets private messages.

    Declaration
    public Task<PrivateMessagesResponse> GetPrivateMessages(GetPrivateMessagesForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    GetPrivateMessagesForm form

    The form to send for retrieving private messages.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<PrivateMessagesResponse>

    The task object representing the asynchronous operation. The task result contains the response with the retrieved private messages.

    Implements
    ILemmyHttpClient.GetPrivateMessages(GetPrivateMessagesForm, CancellationToken)
    © SlyCedix. All rights reserved.