NIMMessageRobotInfo constructor

NIMMessageRobotInfo({
  1. String? function,
  2. String? topic,
  3. String? customContent,
  4. String? account,
})

Implementation

NIMMessageRobotInfo(
    {this.function, this.topic, this.customContent, this.account});