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

25 lines
616 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [cautious-journey](./cautious-journey.md) &gt; [Remote](./cautious-journey.remote.md) &gt; [createComment](./cautious-journey.remote.createcomment.md)
## Remote.createComment() method
Add a comment to an issue (for attribution and auditing).
<b>Signature:</b>
```typescript
createComment(options: CommentUpdate): Promise<unknown>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | CommentUpdate | |
<b>Returns:</b>
Promise&lt;unknown&gt;