NIMChatroomQueueChangeAttachment constructor

NIMChatroomQueueChangeAttachment(
  1. {required int type,
  2. required NIMChatroomQueueChangeType queueChangeType,
  3. String? content,
  4. String? key,
  5. Map<String, String>? contentMap,
  6. List<String>? targets,
  7. List<String>? targetNicks,
  8. String? operator,
  9. String? operatorNick,
  10. Map<String, dynamic>? extension}
)

Implementation

NIMChatroomQueueChangeAttachment