SearchCloudGroupMembersParams

SearchCloudGroupMembersParams

Properties:
Name Type Attributes Description
keyword String

Keyword

groupTypeList Array.<String> <optional>

Group type list to search, when not passed defaults to search all group types (live streaming group (TencentCloudChat.TYPES.GRP_AVCHATROOM) type not supported). Group type representation:

  • TencentCloudChat.TYPES.GRP_WORK Work group
  • TencentCloudChat.TYPES.GRP_PUBLIC Public group
  • TencentCloudChat.TYPES.GRP_MEETING Meeting group
  • TencentCloudChat.TYPES.GRP_COMMUNITY Community
groupIDList Array.<String> <optional>

Search specified group ID list, when not passed defaults to search all groups

cursor String <optional>

Starting position for each cloud search. Do not pass cursor for first search, for continuing search fill in the cursor value returned by last searchCloudGroups call

  • Note: cursor is valid for 2 minutes
count Number <optional>

Number of cloud search results per time, default is 20, maximum is 100

Cloud Group Member Search Parameters