tencent cloud

Chat

News and Announcements
Release Notes
Announcements
Product Introduction
Overview
Basic Concepts
Scenarios
Features
Account System
User Profile and Relationship Chain
Message Management
Group Related
Official Account
Audio/Video Call
Use Limits
Purchase Guide
Billing Overview
Pricing
Purchase Instructions
Renewal Guide
Service Suspension Explanation
Refund Policy
Development Guidelines
Demo Zone
Activate Service
Free Demos
Quick Run
Download
SDK and Demo Source Code
Update Log
Chat Interaction (UI Included)
TUIKit Introduction
Getting Started
Full-feature Integration
Single-function Integration
Build with AI
Build Basic Interfaces
More Features
Customizing Appearance
Internationalization
Push Service
Overview
Noun explanation
Activate the Service
Quick Start
Manufacturer Channel
Statistics
Troubleshooting Tool
Client APIs
REST API
Push Callback
Advanced Features
Release Notes
Error Codes
FAQS
Desk
Overview
Quick Start
Integration Guide
Admin Operation Manual
Agent Manual
More Practices
Live Streaming Setup Guide
AI Chatbot
Super Large Entertainment and Collaboration Community
Discord Implementation Guide
How to Integrate Chat into Games
WhatsApp Channel-style Official Account Integration Solution
Send Red Packet
Firewall Restrictions
No UI Integration
Quick Start
SDK Integration
Initialization
Login and Logout
Message
Conversation
Group
Community Topic
User Profile and Relationship Chain
Offline Push
Cloud Search
Local Search
Official Channel Management
Client APIs
JavaScript
Android
iOS & macOS
Swift
Flutter
Electron
Unity
React Native
C APIs
C++
Server APIs
Secure authentication with UserSig
RESTful APIs
Webhooks
Console Guide
New Console Introduction
Creating and Upgrading an Application
Basic Configuration
Feature Configuration
Account Management
Group Management
Official Channel Management
Webhook Configuration
Usage
Viewing Guide for Resource Packages
Real-Time Monitor
Auxiliary Development Tools
Access Management
Advanced Features
FAQs
uni-app FAQs
Purchase
SDK
Account Authentication
User Profile and Relationship Chain
Message
Group
Audio-Video Group
Nickname and Profile Photo
Security Compliance Certification
Service Level Agreement
Security Compliance Certification
Chat Policies
Privacy Policy
Data Privacy and Security Agreement
Migration
Migration Solutions
Migration Solutions Lite
Error Codes
Contact Us

Flutter

PDF
Focus Mode
Font Size
Last updated: 2024-07-08 16:10:08

Description

In TencentCloudChatMessage's message list, you can reply to a specific previous message by quoting it. After replying, clicking the quoted message will jump to the original message, which will be highlighted.
There are two modes for quoting messages: "Message Quote" and "Message Reply".
Message Quote: Only quotes the message. The text displayed in the message context menu is "Quote".
Message Reply: Quotes and replies to the message, mentioning the message sender in group chats. The text displayed in the message context menu is "Reply".

Effect Display

In the TencentCloudChatMessage message list, you can long press a message to experience the quote effect, as shown in the figure below:
Mobile
Desktop



Feature Overview

Quoting a Message

After you long press a message, a message toolbar will pop up on the message. Click the Quote button in the toolbar to quote the message.
Mobile
Desktop



Canceling Message Quotation

When a message is quoted but not yet sent, you can cancel message quotation by clicking the Close button behind the quote.
Mobile
Desktop



Viewing the Quoted Message

By clicking the citation content of a quoted message, you can locate the original message, which will be highlighted.
When the quoted message is within the screen, clicking the citation content of the quoted message will only cause it to be highlighted.
When the quoted message is not within the screen but is in the message list, clicking the citation content will cause the message list to automatically scroll to the original message, which will be highlighted.
When the quoted message is neither within the screen nor in the message list, clicking the citation content will not cause the original message to be located or highlighted.
Mobile
Desktop



Usage

This module is automatically enabled.
You can specify enableReplyWithMention in TencentCloudChatMessageConfig to choose which mode of message quoting to use.
Example:
TencentCloudChatMessageConfig(
enableReplyWithMention: ({String? groupID, String? userID, String? topicID}) => true,
)

Contact Us

If you have any questions about this feature, feel free to join the Telegram Technical Group, and obtain reliable technical support from it.


Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback