群组白名单移除事件的载荷。

interface GroupAllowListRemovedEventPayload {
    groupId: string;
    allowlist: readonly UserInfo[];
}

Properties

Properties

groupId: string

群组 ID。

allowlist: readonly UserInfo[]

被移出白名单的用户资料列表。