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

Search Results for

    Improve this Doc

    Method GetPersonMentions

    | Improve this Doc View Source

    GetPersonMentions(GetPersonMentionsForm, CancellationToken)

    Gets mentions of a person.

    Declaration
    public Task<GetPersonMentionsResponse> GetPersonMentions(GetPersonMentionsForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    GetPersonMentionsForm form

    The form to send for retrieving the person mentions.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<GetPersonMentionsResponse>

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

    Implements
    ILemmyHttpClient.GetPersonMentions(GetPersonMentionsForm, CancellationToken)
    © SlyCedix. All rights reserved.