NIMChatroomUpdateRequest constructor

NIMChatroomUpdateRequest({
  1. String? name,
  2. String? announcement,
  3. String? broadcastUrl,
  4. Map<String, dynamic>? extension,
  5. NIMChatroomQueueModificationLevel? queueModificationLevel,
})

Implementation

NIMChatroomUpdateRequest({
  this.name,
  this.announcement,
  this.broadcastUrl,
  this.extension,
  this.queueModificationLevel,
});