Knowledge Type | Coverage |
SDK API | Information about API initialization parameters, platform differences, and version migration for APIs such as createXXXMessage, sendMessage, login, and more. |
UIKit Components | Usage of UI components across platforms, including ConversationList, MessageList, MessageInput, ContactList, Search, etc. |
Error Code Troubleshooting | SDK error codes (2xxx/3xxx/8xxx), server error codes (message, group, relationship chain, account, profile, etc.). |
Product Billing & Configuration | Pricing, Free Quota, package purchasing, capability limits, multi-client login configuration, intranet proxy. |
REST API | Server API calls, account import, server message sending. |
Server Webhook | Webhook configuration, message sending webhook, third-party webhook. |
Platform Support | Web / Mini Program / Android / iOS / Flutter / uni-app (packaged app). |
Skill Capabilities | Description |
Complete Chat Workflow | Authentication, UI rendering, and state management. |
Business Customization | Request an "order card" or "coupon card" directly within a conversation, and Skill will recognize and integrate it into your chat (supports custom card injection). |
Style Alignment | For existing projects, Skill reads your current code context and incrementally integrates features while preserving your established coding style. |
npx @tencent-rtc/chat-custom-integration@latest add --ide codebuddy
npx @tencent-rtc/chat-custom-integration@latest add --ide cursor
npx @tencent-rtc/chat-custom-integration@latest add --ide codex
npx @tencent-rtc/chat-custom-integration@latest add --ide claude
Official documentation for Tencent Cloud Chat group message webhook, group chat message recall webhook, and group single message read receipt webhook; CallbackCommand and main fields; used for backend associating local thread via GroupId, without relying on CloudCustomData.
I want to build an instant messaging app like WhatsApp — users should be able to send text, images, and videos.
I want to add a customer support chat widget to an e-commerce site. Users should be able to send text and images. The chat window should open when a user clicks the support button in the bottom-right corner of the page.
피드백