Skip to content

chatroom_def.chatroom_def.ChatRoomMemberInfo

Zvicii edited this page Oct 24, 2022 · 4 revisions

Interface: ChatRoomMemberInfo

chatroom_def/chatroom_def.ChatRoomMemberInfo

Table of contents

Properties

Properties

room_id_

Optional room_id_: number

聊天室id

Defined in

ts/chatroom_def/chatroom_def.ts:361


account_id_

Optional account_id_: string

成员账号

Defined in

ts/chatroom_def/chatroom_def.ts:363


tags_

Optional tags_: string

聊天室成员登录时指定的 tag 信息

Defined in

ts/chatroom_def/chatroom_def.ts:365


type_

Optional type_: number

成员类型, 0:普通;1:创建者;2:管理员;3:临时用户,非固定成员:-2:未设置;-1:受限用户;4:匿名非注册用户,非云信注册用户

Defined in

ts/chatroom_def/chatroom_def.ts:367


level_

Optional level_: number

成员级别: >=0表示用户开发者可以自定义的级别

Defined in

ts/chatroom_def/chatroom_def.ts:369


nick_

Optional nick_: string

聊天室内的昵称字段,预留字段, 可从Uinfo中取

Defined in

ts/chatroom_def/chatroom_def.ts:371


avatar_

Optional avatar_: string

聊天室内的头像,预留字段, 可从Uinfo中取icon

Defined in

ts/chatroom_def/chatroom_def.ts:373


ext_

Optional ext_: string

开发者扩展字段, 长度限制2k, 必须为可以解析为json的非格式化的字符串

Defined in

ts/chatroom_def/chatroom_def.ts:375


notify_tags_

Optional notify_tags_: string

聊天室成员登录时指定的 notify_tags 信息

Defined in

ts/chatroom_def/chatroom_def.ts:377


state_

Optional state_: NIMChatRoomOnlineState

成员是否处于在线状态, 仅特殊成员才可能离线, 对游客/匿名用户而言只能是在线

Defined in

ts/chatroom_def/chatroom_def.ts:379


guest_flag_

Optional guest_flag_: NIMChatRoomGuestFlag

是否是普通游客类型,0:不是游客,1:是游客; 游客身份在聊天室中没有持久化, 只有在线时才会有内存状态

Defined in

ts/chatroom_def/chatroom_def.ts:381


enter_timetag_

Optional enter_timetag_: number

进入聊天室的时间点,对于离线成员该字段为空

Defined in

ts/chatroom_def/chatroom_def.ts:383


is_blacklist_

Optional is_blacklist_: boolean

是黑名单

Defined in

ts/chatroom_def/chatroom_def.ts:385


is_muted_

Optional is_muted_: boolean

是禁言用户

Defined in

ts/chatroom_def/chatroom_def.ts:387


is_valid_

Optional is_valid_: boolean

记录有效标记位

Defined in

ts/chatroom_def/chatroom_def.ts:389


update_timetag_

Optional update_timetag_: number

固定成员的记录更新时间,用于固定成员列表的排列查询

Defined in

ts/chatroom_def/chatroom_def.ts:391


temp_muted_

Optional temp_muted_: boolean

临时禁言

Defined in

ts/chatroom_def/chatroom_def.ts:393


temp_muted_duration_

Optional temp_muted_duration_: number

临时禁言的解除时长,单位秒

Defined in

ts/chatroom_def/chatroom_def.ts:395

Clone this wiki locally