群组禁言列表移除事件的载荷。

interface GroupMuteListRemovedEventPayload {
    groupId: string;
    mutes: readonly UserInfo[];
}

Properties

Properties

groupId: string

群组 ID。

mutes: readonly UserInfo[]

被移出禁言列表的用户资料列表。