Show / Hide Table of Contents

Class GroupGetMemberInfoListParam

Inheritance
System.Object
GroupGetMemberInfoListParam
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: com.tencent.imsdk.unity.types
Assembly: cs.temp.dll.dll
Syntax
public class GroupGetMemberInfoListParam

Fields

group_get_members_info_list_param_group_id

Declaration
public string group_get_members_info_list_param_group_id
Field Value
Type Description
System.String

Write-only (required); the group ID

group_get_members_info_list_param_identifier_array

Declaration
public List<string> group_get_members_info_list_param_identifier_array
Field Value
Type Description
System.Collections.Generic.List<System.String>

Write-only (optional); the ID list of group members

group_get_members_info_list_param_next_seq

Declaration
public ulong group_get_members_info_list_param_next_seq
Field Value
Type Description
System.UInt64

Write-only (optional); the pulling-by-page flag. It is set to 0 when the information is pulled for the first time. If the callback succeeds and the result is not 0, pagination is needed. The value of this parameter is passed in for the next pull until the value becomes 0.

group_get_members_info_list_param_option

Declaration
public GroupMemberGetInfoOption group_get_members_info_list_param_option
Field Value
Type Description
GroupMemberGetInfoOption

Write-only (optional); the option for getting the group member profile

In This Article
Back to top Generated by DocFX