Skip to main content
Reminder management is responsible for handling various types of reminder messages, such as @mentions, group join requests, system notifications, etc. Conversation reminders currently only support server-issued commands, and clients only need to listen for sync conversation reminders and refresh conversation messages.
Reminder items can only be sent from the server, clients are mainly responsible for receiving, displaying and managing reminder status

Get Reminders

Get Reminders for Specific Channel

Complete Reminder Retrieval Example

Save Reminders

Save or Update Reminders

Complete Reminder Save Example

Event Listening

New Reminder Listening

The key is a unique identifier for the listener, can be any string. The same key must be used when adding and removing listeners.

Data Structure Description

WKReminder Reminder Object

Field Description

Reminder Type Description

Next Steps

Advanced Features

Explore custom messages and extension features

Command Management

Return to command message processing functionality

Channel Member Management

Return to channel member management functionality

Data Source Configuration

Configure data sources and sync logic