NIMChatroomEnterRequest(- {required String roomId,
- String? nickname,
- String? avatar,
- Map<String, dynamic>? extension,
- Map<String, dynamic>? notifyExtension,
- List<String>? tags,
- String? notifyTargetTags,
- int? retryCount,
- NIMChatroomIndependentModeConfig? independentModeConfig,
- NIMChatroomIndependentModeConfigDesktop? desktopIndependentModeConfig}
)
Implementation
NIMChatroomEnterRequest(
{required this.roomId,
this.nickname,
this.avatar,
this.extension,
this.notifyExtension,
this.tags,
this.notifyTargetTags,
this.retryCount,
this.independentModeConfig,
this.desktopIndependentModeConfig});