Preparing search index...
The search index is not available
IM SDK Web API 文档
IM SDK Web API 文档
types/group
GroupAllowListRemovedEventPayload
Interface GroupAllowListRemovedEventPayload
群组白名单移除事件的载荷。
interface
GroupAllowListRemovedEventPayload
{
groupId
:
string
;
allowlist
:
readonly
UserInfo
[]
;
}
Index
Properties
group
Id
allowlist
Properties
Readonly
group
Id
groupId
:
string
群组 ID。
Readonly
allowlist
allowlist
:
readonly
UserInfo
[]
被移出白名单的用户资料列表。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
group
Id
allowlist
IM SDK Web API 文档
Loading...
群组白名单移除事件的载荷。