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

Search Results for

    Improve this Doc

    Method SaveComment

    | Improve this Doc View Source

    SaveComment(SaveCommentForm, CancellationToken)

    Saves a comment.

    Declaration
    Task<CommentResponse> SaveComment(SaveCommentForm form, CancellationToken cancellationToken = default)
    Parameters
    Type Name Description
    SaveCommentForm form

    The form to send for saving a comment.

    CancellationToken cancellationToken

    Optional cancellation token to pass through to HttpClient

    Returns
    Type Description
    Task<CommentResponse>

    The task object representing the asynchronous operation. The task result contains the response after saving the comment.

    © SlyCedix. All rights reserved.