robotInfo property

  1. @JsonKey(fromJson: NIMMessageRobotInfo._fromMap, toJson: NIMMessageRobotInfo._toMap)
NIMMessageRobotInfo? robotInfo
getter/setter pair

机器人消息

Implementation

@JsonKey(
    fromJson: NIMMessageRobotInfo._fromMap,
    toJson: NIMMessageRobotInfo._toMap)
NIMMessageRobotInfo? robotInfo;