1
0
Fork 0
cautious-journey/docs/api/cautious-journey.githubremo...

23 lines
591 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [cautious-journey](./cautious-journey.md) &gt; [GithubRemote](./cautious-journey.githubremote.md) &gt; [createComment](./cautious-journey.githubremote.createcomment.md)
## GithubRemote.createComment() method
<b>Signature:</b>
```typescript
createComment(options: CommentUpdate): Promise<CommentUpdate>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | CommentUpdate | |
<b>Returns:</b>
Promise&lt;CommentUpdate&gt;