您可以调用 getGroupMemberList 获取指定群的群成员列表。该列表中包含了各个群成员的资料信息。 一个群中的成员人数可能很多(例如 5000+),群成员列表的拉取接口支持过滤器(filter)和分页拉取(nextSeq)两个高级特性。 web 端使用时,count 和 offset 为必传参数. filter 和 nextSeq 不生效。
GetNodeLoadInformationAsync GetNodePagedListAsync GetPartitionAsync GetPartitionListAsync GetPartitionLoadInformationAsync GetProvisionedFabricCodeVersionListAsync GetProvisionedFabricConfigVersionListAsync GetReplicaListAsync GetReplicaLoadInformationAsync GetServiceGroupMemberListAsync ...
Result Sets: The proc_SecGetCompleteWebGroupMemberList stored procedure MUST return a single result set Group Member Result Set (section 2.2.4.22). The Group Member Result Set returns one row for each group assignment in effect for the specified site. If the @WebId parameter is not valid, ...
filterGetGroupMessageReadMemberListFilteryesAllThe type of filter. nextSeqintnoAllThe sequence number to query. countintnoAllThe count to load once. Returned template V2TimValueCallback<V2TimGroupMessageReadMemberList>{code :intdesc :Stringdata : {isFinished :boolmemberInfoList : V2TimGroupMemberInfo...
GetProvisionedFabricConfigVersionListAsync GetReplicaListAsync GetReplicaLoadInformationAsync GetServiceGroupMemberListAsync GetServiceGroupMemberTypeListAsync GetServiceListAsync GetServiceNameAsync GetServicePagedListAsync GetServiceTypeListAsync GetUnplacedReplicaInformationAsync FabricClient.RepairManagementClient Fabric...
发送端在需要查看群消息已读或未读成员列表时,可以调用 GetMsgGroupMessageReadMemberList 接口分页拉取消息已读或未读群成员列表。 参数详解 参数名称参数类型是否必填描述 messageMessage是单条群消息 filterTIMGroupMessageReadMembersFilter是指定拉取已读或未读群成员列表 ...
您可以调用 getGroupMemberList 获取指定群的群成员列表。该列表中包含了各个群成员的资料信息。 一个群中的成员人数可能很多(例如 5000+),群成员列表的拉取接口支持过滤器(filter)和分页拉取(nextSeq)两个高级特性。 直播群(AVChatRoom)的特殊限制: 不支持管理员角色的拉取,群成员个数最大只支持 31 个(新进来...
Result Sets: The proc_SecGetCompleteWebGroupMemberList stored procedure MUST return a single result set Group Member Result Set (section 2.2.4.22). The Group Member Result Set returns one row for each group assignment in effect for the specified site. If the @WebId parameter is not valid...
PROCEDURE proc_SecGetCompleteWebGroupMemberList ( @WebId uniqueidentifier ,@LatestSecurityVersion bigint OUTPUT ); @WebId:TheSite Identifier(section2.2.1.19) of the site whose permission information is requested. @LatestSecurityVersion:The current security version value for the specified site collecti...
Future<V2TimValueCallback<V2TimGroupMemberInfoResult>> getGroupMemberList({requiredStringgroupID,requiredGroupMemberFilterTypeEnum filter,requiredStringnextSeq,intcount =15,intoffset =0, })async{returnImFlutterPlatform.instance.getGroupMemberList( groupID: groupID, filter: EnumUtils.convertGroupMem...