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

Search Results for

    Improve this Doc

    Method MarkPersonMentionAsRead

    | Improve this Doc View Source

    MarkPersonMentionAsRead(MarkPersonMentionAsReadForm, CancellationToken)

    Marks a person mention as read.

    Declaration
    public Task<PersonMentionResponse> MarkPersonMentionAsRead(MarkPersonMentionAsReadForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    MarkPersonMentionAsReadForm form

    The form to send for marking a person mention as read.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<PersonMentionResponse>

    The task object representing the asynchronous operation. The task result contains the response after marking the person mention as read.

    Implements
    ILemmyHttpClient.MarkPersonMentionAsRead(MarkPersonMentionAsReadForm, CancellationToken)
    © SlyCedix. All rights reserved.