TencentCloudChatRobotMessage constructor

const TencentCloudChatRobotMessage({
  1. Key? key,
  2. required V2TimMessage message,
})

Implementation

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