Module Values.GetCommentInputSource

Returns the content of a comment made on a change, file, or commit in a repository. Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.

Sourcetype nonrec t = {
  1. commentId : CommentId.t;
    (*

    The unique, system-generated ID of the comment. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.

    *)
}
Sourceval context_ : string
Sourceval make : commentId:CommentId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CommentId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t