quire.getChat
Retrieve a chat channel using its OID, or by specifying owner type, owner ID, and chat ID.
Instructions
Get a chat channel by OID, or by owner type/ID and chat ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| oid | No | The chat channel OID (unique identifier). Use this OR ownerType+ownerId+chatId | |
| ownerType | No | The type of owner (currently only 'project' is supported, required when using chatId) | |
| ownerId | No | The owner ID or OID (required when using chatId) | |
| chatId | No | The chat ID within the owner |