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

Search Results for

    Improve this Doc

    Method GetModlog

    | Improve this Doc View Source

    GetModlog(GetModlogForm, CancellationToken)

    Gets the modlog.

    Declaration
    public Task<GetModlogResponse> GetModlog(GetModlogForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    GetModlogForm form

    The form to send for retrieving the modlog.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<GetModlogResponse>

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

    Implements
    ILemmyHttpClient.GetModlog(GetModlogForm, CancellationToken)
    © SlyCedix. All rights reserved.