TencentCloudChatRobotMessage constructor
const
TencentCloudChatRobotMessage({
- Key? key,
- required V2TimMessage message,
Implementation
const TencentCloudChatRobotMessage({
Key? key,
required this.message,
}) : super(key: key);