SearchCloudUsersParams

SearchCloudUsersParams

Properties:
Name Type Attributes Description
keyword String

Keyword

gender String <optional>

User gender, when not passed defaults to search all gender users. Gender representation:

  • TencentCloudChat.TYPES.GENDER_FEMALE Female
  • TencentCloudChat.TYPES.GENDER_MALE Male
miniBirthday Number <optional>

User minimum birthday, e.g. 19900101

maxBirthday Number <optional>

User maximum birthday, when set together with miniBirthday must be greater than or equal to miniBirthday, e.g. 20240101

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 searchCloudUsers 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 User Search Parameters