Functionalities
Chat Management
Methods for managing and interacting with chats through communication channels
Overview
The Chat Management module provides functionality to retrieve, view, archive, and manage chats within your communication channels. These methods allow you to efficiently organize conversations and access chat history.
Available Methods
All Chat
Retrieve a list of all chats with pagination support.
Parameter | Type | Required | Description |
---|---|---|---|
limit | integer | No | Maximum number of chats to retrieve (default: 10) |
offset | integer | No | Number of chats to skip (for pagination, default: 0) |
The allChat
method returns chats sorted by most recent activity by default.
Chat Details
Retrieve detailed information about a specific chat with a contact.
Archive Chat
Archive a chat to organize your chat list and hide less active conversations.
Archiving a chat doesn’t delete any messages. It simply moves the chat to the archived section.
Unarchive Chat
Restore a previously archived chat to your active chat list.