NIMChatroomUpdateRequest class
聊天室信息修改请求
- Annotations
-
- @JsonSerializable()
Constructors
-
NIMChatroomUpdateRequest({String? name, String? announcement, String? broadcastUrl, Map<
String, dynamic> ? extension, NIMChatroomQueueModificationLevel? queueModificationLevel}) -
NIMChatroomUpdateRequest.fromMap(Map<
String, dynamic> map) -
factory
Properties
- announcement → String?
-
聊天室公告
final
- broadcastUrl → String?
-
视频直播拉流地址
final
-
extension
→ Map<
String, dynamic> ? -
第三方扩展字段, 长度4k
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
聊天室名称
final
- queueModificationLevel → NIMChatroomQueueModificationLevel?
-
队列管理权限,如是否有权限提交他人key和信息到队列中
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited