whatsapp_get_chat
Retrieve detailed information about a specific WhatsApp chat, including participants, messages, and metadata, using the chat ID to access conversation data.
Instructions
Get information about a specific chat.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chatId | Yes | Chat ID |
Input Schema (JSON Schema)
{
"properties": {
"chatId": {
"description": "Chat ID",
"type": "string"
}
},
"required": [
"chatId"
],
"type": "object"
}