tencent cloud

Chat

製品の説明
製品の概要
Basic Concepts
ユースケース
機能概要
アカウントシステム
ユーザープロフィールとリレーションシップチェーン
メッセージ管理
グループシステム
Official Account
Audio/Video Call
使用制限
購入ガイド
課金概要
価格説明
Purchase Instructions
Renewal Guide
支払い延滞説明
Refund Policy
ダウンロードセンター
SDK & Demo ソースコード
更新ログ
シナリオプラン
Live Streaming Setup Guide
AI Chatbot
極めて大規模なエンターテインメントコラボレーションコミュニティ
Discord実装ガイド
ゲーム内IM統合ガイド
WhatsApp Channel-style Official Account Integration Solution
Send Red Packet
Firewall Restrictions
クライアントAPIs
SDK API(Web)
Android
iOS & macOS
Swift
Flutter
SDK API(Electron)
SDK APIs (Unity)
SDK API(React Native)
C APIs
C++
サービス側 APIs
UserSigの生成
RESTful APIs
Webhooks
コンソールガイド
New Console Introduction
アプリケーションの作成とアップグレード
基本設定
機能設定
アカウント管理
グループ管理
Official Channel Management
コールバック設定
監視ダッシュボード
Viewing Guide for Resource Packages
Real-Time Monitor
補助ツールの開発
アクセス管理
Advanced Features
よくあるご質問
uni-app FAQs
 購入に関する質問
SDKに関する質問
アカウント認証に関する質問
ユーザープロファイルとリレーションシップチェーンに関する質問
メッセージに関する質問
グループに関する質問
ライブ配信グループに関する質問
ニックネームプロフィール画像に関連した問題
一般的なリファレンス
Service Level Agreement
セキュリティコンプライアンス認証
IM ポリシー
プライバシーポリシー
データプライバシーとセキュリティ契約
エラーコード
お問い合わせ

Flutter

フォーカスモード
フォントサイズ
最終更新日: 2026-03-03 14:10:53

TUIKit Overview

TUIKit is a UI component library based on the Tencent Cloud Chat SDK. It provides capabilities such as conversation, chat, search, contacts, group and audio/video call. With TUIKit, you can efficiently develop a UI-included instant messaging application for mobile and desktop platforms by integrating a single set of code.
TUIKit streamlines the application development process based on the Tencent Cloud Chat SDK. It helps developers efficiently implement UI features and supports calling corresponding APIs of the Chat SDK to implement instant messaging-related logic and data processing, allowing developers to focus on their own business needs or custom extensions.




TUIKit Components

TUIKit provides various UI components for implementing features such as chat, conversation list, contacts management, user/group profile, search, and audio/video calls. Each UI components is responsible for implementing a different feature module.
These components are used in the same way on both mobile and desktop platforms. The TUIKit will be automatically adapted to different platforms.
The UI effect is as shown below:
Mobile
Desktop

b3d5bba6d133d3a0f3a4fa7534037f01.png









Chat component for message sending and receiving

TIMUIKitChat is responsible for displaying message UI. You can use it to send different types of messages, reply with emojis, reply or quote messages, view message read receipt details, etc.
It also provides unique capabilities on Desktop, such as sending files by dragging and dropping, taking screenshots, pasting and sending images, and opening the directory where a file message is stored. The UI effect is as shown below:
Note:
To respect the copyright of emoji designs, the Chat Demo/TUIKit project does not include cutouts of large emoji elements. Please replace them with your own designs or other emoji packs for which you hold the copyright before officially launching for commercial use. The default smiley face emoji pack shown below is copyrighted by Tencent RTC, you can upgrade to Chat Pro Plus Edition and Enterprise Edition to use it for free.



Mobile
Desktop
Message UI
Send multiple types of messages


Reply with emojis/reply/quote a message
Automatic file icon matching






Message read receipt
Read receipt details




Group tip messages
Group joining request approval






Link parsing preview
Geographical location message



The message UI shows message sending and receiving interactions on Desktop.



In addition to features displayed on the Mobile tab, extra features are supported on Desktop, as shown below:

Take screenshots or paste an image in the message sending area to send images directly



Drag and drop multiple files to send






Hover over a message to perform operations such as replying with emojis, replying to a message, or forwarding a message.


Right-click a message to perform operations such as copying, selecting, deleting, translating and recalling a message.


Right-click a file sent during chat to open the file directly or open the directory where the file is stored. Alternatively, click the file message itself to open it.




Mention (@) group members in a group. In the group member selection panel, search for group members by entering their name gradually and mention them. The mentioned members will receive notification.


Historical message panel supports searching message history by keywords.




Select multiple messages in a conversation.



Contacts components

Contacts components are responsible for displaying the information of contacts, group chats, and blocklist of the current user.
Mobile
Desktop
Contacts (TIMUIKitContact)
Friend request list (TIMUIKitNewContact)




List of joined group chats (TIMUIKitGroup)
Blocklist (TIMUIKitBlackList)





Contacts - TIMTUIKitContact




Group list - TIMUIKitGroup




Blocklist - TIMUIKitBlackList




Friend request list - TIMUIKitNewContact



Conversation list components

TIMUIKitConversation is responsible for displaying and editing conversation list.
Mobile
Desktop

Conversation list. The current conversation, pinned conversations and unselected conversations are displayed in different colors.



Right-click a conversation to perform operations such as clearing chat messages, pinning the conversation, and deleting the conversation.



User profile management component

TIMUIKitProfile is responsible for contacts profile display and management.
Mobile
Desktop

The TIMUIKitProfile component supports two display layouts on Desktop for different scenarios: profile card and profile detail page.

Profile card is displayed in various scenarios, such as a one-to-one chat title is clicked or when a member profile photo in group chats is clicked.


Profile detail page



Friend adding and group joining components

TIMUIKitAddFriend is a friend adding component. TIMUIKitAddGroup is group joining component.
Mobile
Desktop

Friend adding page (TIMUIKitAddFriend)
Group joining page (TIMUIKitAddGroup)





Add friends - TIMUIKitAddFriend


Join groups - TIMUIKitAddGroup


Group profile management component

TIMUIKitGroupProfile is responsible for displaying and managing group profiles, group members, and permissions. The UI effect is shown below:
Mobile
Desktop
Group profile and management
Group member management






Group joining mode management
Group operations





Group profile and management. Group profile is displayed on the right side of the group chat. It has different UI interfaces on Mobile and Desktop, but the features are same.




Group member management. View all group members, add and remove group members in the group member section. Specify group admin, mute all group members or mute a specific group member in the group management section.



Group notice. Click the group notice section to edit and post a group notice.




Local search components

There are two components for local search capabilities: TIMUIKitSearch and TIMUIKitSearchMsgDetail.
TIMUIKitSearch is responsible for local global search, including contacts, group chat, and chat record search. TIMUIKitSearchMsgDetail is responsible for searching for chat records in a conversation.
Mobile
Desktop
Global search - TIMUIKitSearch

In-conversation search - TIMUIKitSearchMsgDetail

Global search - TIMUIKitSearch



In-conversation search - TIMUIKitSearchMsgDetail



Audio/Video call

TUICallKit provides audio and video call features and is only supported on mobile clients.




Message push

You can use Tencent's Flutter push plugin to integrate message push capabilities, including offline and online push capabilities.



ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック