1
0
Fork 0
cautious-journey/docs/api/cautious-journey.remote.cre...

616 B

Home > cautious-journey > Remote > createComment

Remote.createComment() method

Add a comment to an issue (for attribution and auditing).

Signature:

createComment(options: CommentUpdate): Promise<unknown>;

Parameters

Parameter Type Description
options CommentUpdate

Returns:

Promise<unknown>