查询群成员属性时的参数。

interface GetGroupMembersAttributesParams {
    groupId: string;
    userIds: readonly string[];
    keys?: readonly string[];
}

Hierarchy (View Summary)

Properties

Properties

groupId: string

群组 ID。

userIds: readonly string[]

待查询的成员用户 ID 列表。

keys?: readonly string[]

待查询的属性 key 列表。不传时返回全部属性。