Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/chatroom
ChatRoomAllowListRemovedEventPayload
Interface ChatRoomAllowListRemovedEventPayload
聊天室白名单移除事件的载荷。
interface
ChatRoomAllowListRemovedEventPayload
{
chatRoomId
:
string
;
allowlist
:
readonly
UserInfo
[]
;
}
Index
Properties
chat
Room
Id
allowlist
Properties
Readonly
chat
Room
Id
chatRoomId
:
string
聊天室 ID。
Readonly
allowlist
allowlist
:
readonly
UserInfo
[]
从白名单中移除的用户资料列表。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chat
Room
Id
allowlist
IM SDK Web API 文档
Loading...
聊天室白名单移除事件的载荷。