quire.addChatComment
Add a comment to a chat channel using either the chat OID or a project ID and chat ID combination. Comment text supports markdown and can be pinned.
Instructions
Add a comment to a chat channel by OID, or by project ID and chat ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatOid | No | The chat channel OID (unique identifier). Use this OR projectId+chatId | |
| projectId | No | The project ID or OID (required when using chatId) | |
| chatId | No | The chat ID within the project | |
| description | Yes | The comment text in markdown format | |
| asUser | No | If true, marks this comment as created by the app. Default: false (created by the authorizing user). | |
| pinned | No | Whether to pin this comment. Default: false. |